Added libcommon as a submodule

This commit is contained in:
2015-08-18 03:50:53 +10:00
parent 0ad3b6cdcd
commit 13fbedb87c
25 changed files with 5 additions and 1897 deletions
+1
View File
@@ -16,6 +16,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