2019-01-22 05:34:37 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2020-11-25 04:16:29 +00:00
|
|
|
@@ -13,7 +13,7 @@ oldmandir = $(manprefix)/man
|
2019-01-22 05:34:37 +00:00
|
|
|
CC ?= gcc
|
|
|
|
STRIP ?= strip
|
|
|
|
|
|
|
|
-CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
|
|
|
|
+CFLAGS ?= -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
|
|
|
|
|
|
|
|
INSTALL = install
|
|
|
|
INSTALL_DATA = $(INSTALL) -m 644
|