X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tiger%2FMakefile;fp=tiger%2FMakefile;h=a858a5799bc1d9379e41f276070d9a6e166347c4;hb=a4905b7aa64f57cfaa4c2003a73e550e6d0b9a9f;hp=4a053d830de7b5c6380a209f0e40e3971b790574;hpb=a0db55230bcd2424320b34689aac6e3a39a93c90;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