remove generated include folders on clean

This commit is contained in:
Dave Murphy 2012-05-09 16:49:11 +01:00
parent 709c214db2
commit 8829ebdbdb
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ $(BUILD):
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
clean: clean:
@echo clean ... @echo clean ...
@rm -fr debug release $(LIB) @rm -fr debug release $(LIB) include
all: $(GBABIN) all: $(GBABIN)

View File

@ -96,7 +96,7 @@ $(BUILD):
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
clean: clean:
@echo clean ... @echo clean ...
@rm -fr wii_debug wii_release cube_debug cube_release $(LIBDIR) @rm -fr wii_debug wii_release cube_debug cube_release $(LIBDIR) include
all: $(CUBEBIN) all: $(CUBEBIN)

View File

@ -95,7 +95,7 @@ $(BUILD):
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
clean: clean:
@echo clean ... @echo clean ...
@rm -fr debug release $(LIB) @rm -fr debug release $(LIB) include
all: $(ARM9BIN) all: $(ARM9BIN)