Make it easier to explicitly select desired C compiler.
authorDavid Griffith <dave@661.org>
Fri, 5 May 2023 04:49:40 +0000 (21:49 -0700)
committerDavid Griffith <dave@661.org>
Fri, 5 May 2023 04:49:40 +0000 (21:49 -0700)
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