From 59dbe69d20884a8ab0a44a64772807d5f967c000 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 10 Jul 2015 03:19:00 -0400 Subject: simplify proto Makefile --- proto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/proto/Makefile b/proto/Makefile index c6ebd16..f137b4a 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -1,6 +1,4 @@ -.PHONY: all test clean - -all: bak +.PHONY: test clean bak: elf.ml lo2.ml ocamlc -g -o bak elf.ml lo2.ml -- cgit 1.4.1