Revision: | 912 |
Committed: | 2007-05-03T15:46:15-07:00 (18 years, 2 months ago) by douglas |
Original Path: | FreeBSDAdmin/Mail/GNUmakefile |
File size: | 262 byte(s) |
Log Message: | Ready? |
# | Content |
---|---|
1 | |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | CFLAGS := -std=c99 -Wall -pedantic -g -O2 |
8 | CPPFLAGS := -I/usr/local/include |
9 | LDFLAGS := -L/usr/local/lib |
10 | LDLIBS := -lc-client4 |
11 | |
12 | .PHONY: all install clean |
13 | |
14 | all: SpamUpdate |
15 | |
16 | install: all |
17 | ./SetupMail.sh |
18 | |
19 | clean: |
20 | rm -f SpamUpdate |
Name | Value |
---|---|
svn:keywords | Id |