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)
|
||||
include $(PSPSDK)/lib/build.mak
|
||||
|
||||
EXTRA_CLEAN += PrecompiledHeader.h.gch
|
||||
EXTRA_CLEAN += PrecompiledHeader.h.gch ../../projects/mtg/include/PrecompiledHeader.h.gch
|
||||
|
||||
log: all
|
||||
debug: all
|
||||
|
||||
Reference in New Issue
Block a user