X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefile;h=d0f50c77a5ca82642866676960ae870d82af7cb5;hb=90c08d023e15680c42bd7320418099ff6d690e83;hp=4b5bfdf8fb3dc8aafc3263df065a82eff9c5fd80;hpb=43a80363f784b8dc10e438024149da0d993c7eca;p=thunder diff --git a/makefile b/makefile index 4b5bfdf..d0f50c7 100755 --- 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 $@