Deleted common directory

This commit is contained in:
2015-08-14 22:25:57 +10:00
parent 2f86511254
commit dd50287bdd
62 changed files with 1 additions and 4391 deletions
+1
View File
@@ -36,6 +36,7 @@ else ifeq ($(shell uname), Linux)
find . -type f -name '*.o' -exec rm -f -r -v {} \;
find . -type f -name '*.a' -exec rm -f -r -v {} \;
rm -f -v $(OUT)
find . -empty -type d -delete
endif
rebuild: clean all