]> git.cworth.org Git - obsolete/notmuch-old/blob - Makefile
Initial commit of a test program to form the basis of notmuch.
[obsolete/notmuch-old] / 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)