OSDN Git Service

[REFACTOR]remove make_proc/make_meth
[happyabc/happyabc.git] / src / OMakefile
index 2f602ad..d8ce5db 100644 (file)
@@ -57,13 +57,12 @@ FILES[] =
        parsec
        sexp
 
-
-PROGRAM = aosh
+PROGRAM = habc-core
 OCAML_OTHER_LIBS += threads
 
 .DEFAULT: $(OCamlProgram $(PROGRAM), main $(FILES))
 
-OCamlLibrary(aosh, $(FILES))
+OCamlLibrary($(PROGRAM), $(FILES))
 
 ################################################
 #