Makefileを修正
[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