Makefile: Always link with libpthread.
[ocproxy.git] / Makefile
blob9fd7122d759e6de8c422039c5ada8f47bd6fb3cd
1 DIR=contrib/ports/unix/proj/ocproxy
3 .PHONY: all install clean
4 all install clean:
5 $(MAKE) -C $(DIR) $@
7 TAG=1.$(shell date --utc "+%Y%m%d%H%M%S")
9 .PHONY: dist
10 dist:
11 git tag "$(TAG)"
12 tar -czf "../ocproxy-$(TAG).tar.gz" --exclude=.git* --exclude=*~ --exclude=TAGS *
14 TAGS:
15 etags $(shell find . -name *.[csh])