diff --git a/Makefile b/Makefile index c86dfb23c0..91f11f04b8 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,6 @@ asm/%.asm: disasm ; disasm: tables/files.txt tables/functions.txt tables/objects.txt tables/variables.txt tables/vrom_variables.txt tables/pre_boot_variables.txt ./tools/disasm.py -d ./asm -u . -l ./tables/files.txt -f ./tables/functions.txt -o ./tables/objects.txt -v ./tables/variables.txt -v ./tables/vrom_variables.txt -v ./tables/pre_boot_variables.txt - @echo "done with disasm" clean: rm -f $(ROM) $(UNCOMPRESSED_ROM) -r build asm @@ -237,5 +236,5 @@ build/src/%.d: src/%.c @$(GCC) $< -Iinclude -MM -MT 'build/src/$*.o' >> $@ ifneq ($(MAKECMDGOALS), clean) -include $(C_FILES:src/%.c=build/src/%.d) +-include $(C_FILES:src/%.c=build/src/%.d) endif