From bb762e08e950b4d6d16bf0782c3e8d689f28c5dc Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 13 Aug 2017 19:21:43 +0200 Subject: Improved compiler interface (#8) Specifically: - --check, --compile and --generate are implicit, there are --no-* options to disable. - --help added. - --run removed. - Renamed to silc (sil compiler). - Output files are relative to input file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9a1741..c9d5edb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BIN:=sil +BIN:=silc CLM:=clm CLMFLAGS:=-nt -nr\ -l -no-pie\ -- cgit v1.2.3