commit 59dbe69d20884a8ab0a44a64772807d5f967c000 parent 9b40357f70a6cd4c2759e57f0e7e7731bafc0ce2 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Fri, 10 Jul 2015 03:19:00 -0400 simplify proto Makefile Diffstat:
| M | proto/Makefile | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git 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