X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=compiler%2FMakefile;h=39be479b4c8c710f42bd7a88dca1826fbc51ac53;hb=d3bdde4b6b0b1a8cb41ee4de4fa73cd472ed23a4;hp=24696cd49dcd5b7926f3f3fe5842986518ff1731;hpb=cda83e5ec171672a59966d2bd9cd28bd7a8fe083;p=tiger.ml.git diff --git a/compiler/Makefile b/compiler/Makefile index 24696cd..39be479 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -1,7 +1,7 @@ MAKEFLAGS := --no-builtin-rules EXE_TYPE := byte # byte | native -EXECUTABLES := tigerc tiger_tests +EXECUTABLES := tigerc tigert OCAMLBUILD_FLAGS_DIRS := -I src/exe -I src/lib/tiger OCAMLBUILD_FLAGS_COMP := -cflags '-w A' OCAMLBUILD_FLAGS_YACC := -yaccflag '-v' @@ -32,4 +32,4 @@ clean: @rm -rf ./bin test: build - @./bin/exe/tiger_tests + @./bin/exe/tigert