Commit 297794893791829a471c1c98443e07269550ed06

Stefan Sperling 2018-07-13T00:40:57

fix typo in Makefile comments: CPLAGS -> CFLAGS

diff --git a/got/Makefile b/got/Makefile
index 3227043..883c138 100644
--- a/got/Makefile
+++ b/got/Makefile
@@ -17,7 +17,7 @@ DEBUG = -O0 -pg
 DEBUG = -O0 -g
 .endif
 CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
-#CPLAGS += -DGOT_PACK_NO_MMAP
+#CFLAGS += -DGOT_PACK_NO_MMAP
 #CFLAGS += -DGOT_NO_OBJ_CACHE
 
 # For now, default to installing binary in ~/bin
diff --git a/tog/Makefile b/tog/Makefile
index ae193fb..922dbcd 100644
--- a/tog/Makefile
+++ b/tog/Makefile
@@ -17,7 +17,7 @@ DEBUG = -O0 -pg
 DEBUG = -O0 -g
 .endif
 CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
-#CPLAGS += -DGOT_PACK_NO_MMAP
+#CFLAGS += -DGOT_PACK_NO_MMAP
 #CFLAGS += -DGOT_NO_OBJ_CACHE
 
 # For now, default to installing binary in ~/bin