From f1b318989566226d4908e1b5fc9c2766957f0337 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 8 May 2012 16:52:08 -0400 Subject: [PATCH] Ignore scratch too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 282134f..5d1e246 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ veryclean: clean thirdpartyclean rm -f web/bootstrap/css/bootstrap.css $(APP).native: $(wildcard *.ml) - ocamlbuild -use-ocamlfind -X thirdparty $@ + ocamlbuild -use-ocamlfind -X thirdparty -X scratch $@ run: all ./$(APP).native