X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tiger%2FMakefile;h=a858a5799bc1d9379e41f276070d9a6e166347c4;hb=68a223c2efdfda40c0995b34a7b3af200ad4d29b;hp=4a053d830de7b5c6380a209f0e40e3971b790574;hpb=129abbe9bb407189b240922c08052b521fba17a9;p=tiger.ml.git diff --git a/tiger/Makefile b/tiger/Makefile index 4a053d8..a858a57 100644 --- a/tiger/Makefile +++ b/tiger/Makefile @@ -13,9 +13,7 @@ OCAMLBUILD := ocamlbuild $(OCAMLBUILD_FLAGS) clean \ test -all: - @$(MAKE) -s clean - @$(MAKE) -s build +all: clean @$(MAKE) -s test build: @@ -28,5 +26,5 @@ clean: @$(OCAMLBUILD) -clean @rm -rf ./bin -test: bin/exe/tiger_tests - @./$< +test: build + @./bin/exe/tiger_tests