cleantools fix part 2

This commit is contained in:
Colton G. Rushton 2021-02-12 18:05:36 -04:00 committed by GitHub
parent 5e17d8f2b5
commit 328454095e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -147,11 +147,13 @@ endef
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),cleantools)
$(BUILD_DIR)/level_rules.mk: levels/level_rules.mk levels/level_defines.h
$(CPP) $(VERSION_CFLAGS) -I . -o $@ $<
include $(BUILD_DIR)/level_rules.mk
endif
endif
endif
# --------------------------------------
# Extra Level Rules