diff -r 545f73869d65 -r cd27cb410375 Makefile --- a/Makefile Fri Feb 16 23:53:32 2007 +0100 +++ b/Makefile Sat Feb 17 15:14:30 2007 +0100 @@ -1,11 +1,11 @@ CC=gcc # DEBUG for gprof -CFLAGS=-pedantic -Wall -g -pg #-DDEBUG -LDFLAGS=-pg -Wall +#CFLAGS?=-pedantic -Wall -g -pg #-DDEBUG +#LDFLAGS=-pg -Wall # # DEBUG -CFLAGS=-pedantic -Wall -g #-DDEBUG -LDFLAGS=-Wall +CFLAGS?=-pedantic -Wall -g #-DDEBUG +LDFLAGS?=-Wall include Makefile.deps