]> Shamusworld >> Repos - thunder/blobdiff - makefile
Scrubbed all traces of BYTE, WORD, & DWORD out of the code, remove
[thunder] / makefile
index 4b5bfdf8fb3dc8aafc3263df065a82eff9c5fd80..d0f50c77a5ca82642866676960ae870d82af7cb5 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -117,7 +117,7 @@ obj/%.o: src/%.cpp
        @$(CC) $(CPPFLAGS) $(INCS) -c $< -o $@
 
 obj/%.o: src/%.asm
-       nasm -f elf32 -I res/ $< -o $@
+       nasm -f elf32 -I ./res/ $< -o $@
 # *** sigh *** yet another variable... !!! FIX !!!
 #      nasm -f coff $< -o $@