]> mj.ucw.cz Git - checkmail.git/blobdiff - Makefile
Better rules for coloring of flagged messages.
[checkmail.git] / Makefile
index 2d3c5b1fb8aad1112218bc5c74c23c56955bea1f..7b512d6b186a686492f5f9231c1b0cc7a4a6b3ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,15 +2,17 @@
 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG) -std=gnu99 -DVERSION=$(VERSION) -DYEAR=$(YEAR)
 LDFLAGS=-lncurses
 
-VERSION=0.3
-YEAR=2005
+VERSION=0.5
+YEAR=2007
 
 all: cm
 
-cm: cm.o util.o
+cm: cm.o util.o charset.o rfc822.o
 
-cm.o: cm.c clists.h util.h
+cm.o: cm.c clists.h util.h charset.h
 util.o: util.c util.h
+charset.o: charset.c util.h charset.h rfc822.h
+rfc822.o: rfc822.c util.h rfc822.h
 
 clean:
        rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core`