projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make gittagコマンドの追加
[YACASL2.git]
/
test
/
Makefile
1
clean: clean_systemtest clean_unittest
2
3
clean_systemtest:
4
@$(MAKE) -sC system/casl2 clean
5
@$(MAKE) -sC system/comet2 clean
6
@$(MAKE) -sC system/dumpword clean
7
8
clean_unittest:
9
@$(MAKE) -sC unit clean