]> Shamusworld >> Repos - thunder/blobdiff - makefile
Fixes to makefile, file permissions.
[thunder] / makefile
old mode 100755 (executable)
new mode 100644 (file)
index e9dc6f1..a9957d2
--- a/makefile
+++ b/makefile
@@ -120,9 +120,8 @@ obj/%.o: src/%.cpp
        @$(CC) $(CPPFLAGS) $(INCS) -c $< -o $@
 
 obj/%.o: src/%.asm
-       nasm -f elf32 -I ./res/ $< -o $@
-# *** sigh *** yet another variable... !!! FIX !!!
-#      nasm -f coff $< -o $@
+       @echo -e "\033[01;33m***\033[00;32m Assembling $<...\033[00m"
+       @nasm -f elf64 -I ./res/ $< -o $@
 
 $(TARGET)$(EXESUFFIX): $(OBJS)
        @echo -e "\033[01;33m***\033[00;32m Linking it all together...\033[00m"