From 26dee6703f180bd471fca367fb07a7e826be13d8 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 4 Dec 2010 14:55:05 +0100 Subject: Initial commit --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..aafb003 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +run: all + ./main.native + +all: + ocamlbuild -cflags -I,+lablgtk2 -lflags -I,+lablgtk2 -libs unix,str,lablgtk main.native + strip --strip-unneeded main.native + +clean: + ocamlbuild -clean + -- cgit v1.2.3