aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 517959c..36bc50f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
.POSIX:
.SUFFIXES: .c .o
-CC = cc # c99 (default value) does not allow POSIX extensions.
PROJECT = slcl
O = -Og
CDEFS = -D_FILE_OFFSET_BITS=64 # Required for large file support on 32-bit.