mkdir demo and mv

This commit is contained in:
gwdwyy 2013-08-02 20:56:05 +08:00
parent 76308730fe
commit ade85484f6
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $(SRCLIB):
cd $(SRCDIR) && $(MAKE)
clean:
rm -f *.o *.ut demo
rm -f *.o *.ut *.d demo
cd $(SRCDIR) && make clean
sinclude $(SOURCES:.cpp=.d)