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