projects
/
notmuch
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit of a test program to form the basis of notmuch.
[notmuch]
/
Makefile
1
PROGS=g_mime_test
2
3
all: $(PROGS)
4
5
g_mime_test: g_mime_test.c
6
$(CC) g_mime_test.c `pkg-config --cflags --libs gmime-2.4` -o g_mime_test
7
8
clean:
9
rm -f $(PROGS)