diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-30 15:28:31 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-05-08 17:06:39 -0500 |
commit | 657068359dd654b59b12baf4ed5c5edf43fb8784 (patch) | |
tree | 14ae2a225e987b038961d72be3601fbcb5110747 /Makefile | |
parent | 0babaa8c077f452695e7dc11071921eb92092580 (diff) |
Better dependency handling for wild_encounters
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ ifeq ($(DINFO),1) override CFLAGS += -g endif -$(C_BUILDDIR)/%.o : $(C_SUBDIR)/%.c $$(c_dep) $(AUTO_GEN_TARGETS) +$(C_BUILDDIR)/%.o : $(C_SUBDIR)/%.c $$(c_dep) @$(CPP) $(CPPFLAGS) $< -o $(C_BUILDDIR)/$*.i @$(PREPROC) $(C_BUILDDIR)/$*.i charmap.txt | $(CC1) $(CFLAGS) -o $(C_BUILDDIR)/$*.s @echo -e ".text\n\t.align\t2, 0\n" >> $(C_BUILDDIR)/$*.s |