diff options
Diffstat (limited to 'sample/Makefile')
-rw-r--r-- | sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile index e6bf5def..9fa21c2a 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -42,7 +42,7 @@ all: syslogo.lss comecho.com hello.c32 hello2.c32 filetest.c32 c32echo.c32 \ $(OBJCOPY) -O binary $< $@ %.com: %.asm - ( $(NASM) -DDEPEND -o $@ $< ; echo '' ) >> .$@.d ; true + ( $(NASM) -M -DDEPEND -o $@ $< ; echo '' ) > .$@.d ; true $(NASM) $(NASMOPT) -f bin -o $@ -l $*.lst $< $(LIB): $(LIBOBJS) |