feat: added completely classical Makefile

This commit is contained in:
Björn Kalkbrenner 2019-12-28 23:20:41 +01:00
parent a90b7c36bf
commit eebecedff2
1 changed files with 13 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
PREFIX=/usr/local
all: filter-archive
clean:
if [ -e ./filter-archive ] ; then rm filter-archive ; fi
filter-archive: clean
go build
install: filter-archive
cp -av ./filter-archive $(PREFIX)/libexec/opensmtpd