Fix changelog version.
[ocproxy-debian.git] / Makefile
blobdc71b6477cbfc55a84df806b44bd9d476969ffd1
1 DIR=contrib/ports/unix/proj/ocproxy
3 all install clean:
4 make -C $(DIR) $@
6 TAG=1.$(shell date --utc "+%Y%m%d%H%M%S")
7 dist:
8 git tag "$(TAG)"
9 tar -czf "../ocproxy-$(TAG).tar.gz" --exclude=.git* --exclude=*~ *