]> git.notmuchmail.org Git - notmuch/blob - Makefile
0f50a434d22379f8c49a6a69a3cd5946e715bb95
[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)