Many fixes and optimisations:
[banana.git] / mbox-helper / Makefile
1 CFLAGS=-O2
2
3 all: mbox-helper Makefile
4
5 mbox-helper: mbox-helper.o
6
7 mbox-helper.o: mbox-helper.c
8
9 clean:
10 -rm *.o
11 -rm mbox-helper