Added an additional clean option for stale versions of the precompiled header that might have been orphaned in the include folder.
This commit is contained in:
@@ -67,7 +67,7 @@ log: CXXFLAGS += -DDOLOG
|
|||||||
ifeq ($(TARGET_ARCHITECTURE),psp)
|
ifeq ($(TARGET_ARCHITECTURE),psp)
|
||||||
include $(PSPSDK)/lib/build.mak
|
include $(PSPSDK)/lib/build.mak
|
||||||
|
|
||||||
EXTRA_CLEAN += PrecompiledHeader.h.gch
|
EXTRA_CLEAN += PrecompiledHeader.h.gch ../../projects/mtg/include/PrecompiledHeader.h.gch
|
||||||
|
|
||||||
log: all
|
log: all
|
||||||
debug: all
|
debug: all
|
||||||
|
|||||||
Reference in New Issue
Block a user