1 --- makefile.old 2006-09-09 02:12:10.000000000 +0200
2 +++ makefile 2006-09-09 02:15:46.000000000 +0200
13 UNAME = $(shell uname)
15 ifeq ($(UNAME), Linux)
17 -CPPFLAGS += $(OPTS) -Wall -pedantic
18 +CPPFLAGS += $(OPTS) -Wall -pedantic $(CFLAGS)
21 #######################################