aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2017-08-13 19:21:43 +0200
committerCamil Staps2017-08-13 19:21:48 +0200
commitbb762e08e950b4d6d16bf0782c3e8d689f28c5dc (patch)
treec01e0dbca3b9761a4fcadcfc34c15d4b5a0a0193 /Makefile
parentcleanup (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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\