X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=bf1f5a954d30475d1400254ba9d29e963e3a0039;hb=bff2be133888f82a17ba0cc4adaa065540049df8;hp=0c7ff67bc760bfa46858466d24379bbdafad0f72;hpb=60687231eb923234756020bf9d9cccd20551fd90;p=checkmail.git diff --git a/Makefile b/Makefile index 0c7ff67..bf1f5a9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ -DEBUG=-ggdb -CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG) -std=gnu99 +#DEBUG=-ggdb +CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG) -std=gnu99 -DVERSION=$(VERSION) -DYEAR=$(YEAR) LDFLAGS=-lncurses +VERSION=0.4 +YEAR=2006 + all: cm cm: cm.o util.o @@ -11,7 +14,8 @@ util.o: util.c util.h clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core` - rm -f cm + rm -f cm log + rm -rf maint/dist distclean: clean