]> pere.pagekite.me Git - exim4-smtorp.git/blob - tor-smtp/Makefile
Syslog problems.
[exim4-smtorp.git] / tor-smtp / Makefile
1 CFLAGS += -Wextra -Wall
2
3 all: tor-smtp # strip
4
5 tor-smtp: atomicio.o tor-smtp.o
6
7 strip:
8 strip tor-smtp
9
10 clean:
11 rm -f *.o tor-smtp *~
12
13 tar:
14 (cd ..; tar czf tor-smtp/tor-smtp.tar.gz tor-smtp/*.{c,h} tor-smtp/Makefile)
15