OSDN Git Service

[REFACTORING] Remove test-assist module
[happyabc/happyabc.git] / OMakefile
1 .PHONY: clean integrate
2 .SUBDIRS: test src util
3
4 clean:
5         rm -f *~ *.omc
6
7 habc-scm: src/habc-scm
8         cp src/habc-scm .
9
10 integrate: src/habc-scm
11         sh example/test.sh example/*.scm
12
13 .DEFAULT: habc-scm