OSDN Git Service

test
[happyabc/happyabc.git] / util / OMakefile
1 .PHONY: clean
2
3 NATIVE_ENABLED = false
4 BYTE_ENABLED = true
5
6 FILES[] =
7    instruction
8
9 PROGRAM = instruction
10 OCAML_OTHER_LIBS += str
11
12 .DEFAULT: $(OCamlProgram $(PROGRAM), $(FILES))
13
14 clean:
15         rm -f  $(PROGRAM) *.cm[iox] *.o *.omc *.opt *.run *~