Make make clean work again (#6848)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
444e77b7f6
commit
9924ae3391
3
Makefile
3
Makefile
@ -350,9 +350,6 @@ clean-generated:
|
||||
COMPETITIVE_PARTY_SYNTAX := $(shell PATH="$(PATH)"; echo 'COMPETITIVE_PARTY_SYNTAX' | $(CPP) $(CPPFLAGS) -imacros include/gba/defines.h -imacros include/config/general.h | tail -n1)
|
||||
ifeq ($(COMPETITIVE_PARTY_SYNTAX),1)
|
||||
%.h: %.party ; $(CPP) $(CPPFLAGS) -traditional-cpp - < $< | $(TRAINERPROC) -o $@ -i $< -
|
||||
|
||||
AUTO_GEN_TARGETS += $(DATA_SRC_SUBDIR)/trainers.h
|
||||
AUTO_GEN_TARGETS += $(DATA_SRC_SUBDIR)/battle_partners.h
|
||||
endif
|
||||
|
||||
$(C_BUILDDIR)/librfu_intr.o: CFLAGS := -mthumb-interwork -O2 -mabi=apcs-gnu -mtune=arm7tdmi -march=armv4t -fno-toplevel-reorder -Wno-pointer-to-int-cast
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user