OSDN Git Service

Remove extra line
authormzp <mzpppp@gmail.com>
Mon, 23 Mar 2009 09:23:40 +0000 (18:23 +0900)
committermzp <mzpppp@gmail.com>
Mon, 23 Mar 2009 09:23:40 +0000 (18:23 +0900)
lib/habc/OMakefile
scm/example/static.scm

index 5c2fb9c..02cdcaa 100644 (file)
@@ -1,4 +1,4 @@
-.PHONY: lib
+.PHONY: lib clean distclean
 
 FILES[] =
        flash
@@ -13,6 +13,9 @@ lib: $(LIBS)
        $(ROOT)/habc -c $<
 
 clean:
-       ocaml-clean *.ho
+       ocaml-clean
+
+distclean:
+       *.ho
 
 flash.ho : std.ho
\ No newline at end of file
index f4089ed..8b86d9a 100644 (file)
@@ -4,4 +4,3 @@
   42)
 
 (print (f Foo))
-(print (cos Math 0))
\ No newline at end of file