X-Git-Url: https://git.xandkar.net/?p=tiger.ml.git;a=blobdiff_plain;f=compiler%2FMakefile;h=39be479b4c8c710f42bd7a88dca1826fbc51ac53;hp=24696cd49dcd5b7926f3f3fe5842986518ff1731;hb=d3bdde4b6b0b1a8cb41ee4de4fa73cd472ed23a4;hpb=5f295d042a33a89b68a50d80e4ce18e3f2b1cfe6 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