diff --git a/src/GNUmakefile b/src/GNUmakefile index b854520..52cc0ed 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -23,7 +23,7 @@ endef ########################## MAKEDEP ?= gcc -MM CC ?= gcc -CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations -DVERSION=$(VERSION) +CFLAGS += -DVERSION=$(VERSION) LDFLAGS ?= LIBS ?= -lX11 ##########################