commit 297794893791829a471c1c98443e07269550ed06 from: Stefan Sperling date: Thu Jul 12 22:40:57 2018 UTC fix typo in Makefile comments: CPLAGS -> CFLAGS commit - ccfe88e6ed61166face3636161962cb7c852e047 commit + 297794893791829a471c1c98443e07269550ed06 blob - 32270432dac649cd4c71e64449d7fe089a499a8e blob + 883c138847c11a22bc4a38479cc6b052ff964509 --- got/Makefile +++ 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 blob - ae193fbfc152808ed0547ee38cad186538963737 blob + 922dbcd707b874d378087d240fc186b754332b02 --- tog/Makefile +++ 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