X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=3608ddffcfa42960c9fd9d80404586616f545d20;hp=834db7b7c6fafc64dc746e83ab10f395e36e99c0;hb=c7d77b7df0cf1e0e3dda46fddbcb6d374a938cd8;hpb=3f4019dfbeea0b5e3b0bc657f1bad6bc2b53dd42 diff --git a/GNUmakefile b/GNUmakefile index 834db7b..3608ddf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,6 +52,9 @@ $(bin): $(obj) imago mikmod %.o: %.asm nasm -f elf -o $@ $< +%.w32.o: %.asm + nasm -f coff -o $@ $< + %.w32.o: %.c $(CC) -o $@ $(CFLAGS) -c $<