OSDN Git Service

[REFACTOR]unit test
[happyabc/happyabc.git] / OMakefile
1 .PHONY: clean integrate
2 .SUBDIRS: test src util camlp4
3
4 clean:
5         rm -f *~ *.omc
6
7 integrate: src/habc-scm
8         sh example/test.sh example/*.scm
9
10 .DEFAULT: src/habc-scm