mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 01:49:17 +01:00
remove generated include folders on clean
This commit is contained in:
parent
709c214db2
commit
8829ebdbdb
@ -116,7 +116,7 @@ $(BUILD):
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
@echo clean ...
|
||||
@rm -fr debug release $(LIB)
|
||||
@rm -fr debug release $(LIB) include
|
||||
|
||||
all: $(GBABIN)
|
||||
|
||||
|
@ -96,7 +96,7 @@ $(BUILD):
|
||||
#---------------------------------------------------------------------------------
|
||||
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)
|
||||
|
||||
|
@ -95,7 +95,7 @@ $(BUILD):
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
@echo clean ...
|
||||
@rm -fr debug release $(LIB)
|
||||
@rm -fr debug release $(LIB) include
|
||||
|
||||
all: $(ARM9BIN)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user