From f659b52feb3bef0e7cbca0db1d89fc25e4281722 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 13 Apr 2010 15:00:42 +0200 Subject: Minor Makefile improvement --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ea59be..30570b5 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ +run: all + ./main.native + all: ocamlbuild -cflags -I,+lablgl -lflags -I,+lablgl -lib unix -lib lablgl -lib lablglut main.native - #ocamlopt -I +lablgl lablgl.cmxa lablglut.cmxa main.ml -o main.native - ./main.native clean: ocamlbuild -clean -- cgit v1.2.3