]> git.notmuchmail.org Git - notmuch/blob - Makefile
Add sup-compatible prefixes and achieve sup-compatible print output
[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)