メモリ内容を表示する時と、SVC 1で文字を出力する時、JIS X 201片仮名を出力するよう仕様変更
[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