old-DasOS/prototypes/supervm-asm/Makefile

7 lines
No EOL
90 B
Makefile

CSC = mcs
all: assembler.exe
assembler.exe: assembler.cs
$(CSC) -out:$@ -target:exe $^