Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc50e2
)
Make it easier to explicitly select desired C compiler.
author
David Griffith
<dave@661.org>
Fri, 5 May 2023 04:49:40 +0000
(21:49 -0700)
committer
David Griffith
<dave@661.org>
Fri, 5 May 2023 04:49:40 +0000
(21:49 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e1bd711a6f79c917911e649dbcd7521311f1a5fd..67e132099ae402315d3b58c008c2235f95b0b039 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,9
+1,9
@@
# Makefile for Unix Frotz
# GNU make is required.
-#
Your
C compiler
-#CC
?
= gcc
-#CC
?
= clang
+#
Choose your preferred
C compiler
+#CC = gcc
+#CC = clang
# Enable compiler warnings. This is an absolute minimum.
CFLAGS += -Wall -std=c99 -O3 #-Wextra