about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-02-25 17:55:51 +0000
committerMarco Peereboom <marco@conformal.com>2011-02-25 17:55:51 +0000
commitbd100fd8e6bc2d3721693a4ff077ac4b19b42542 (patch)
tree299cdf71a4c19141744eaef92962cee53ef9ff71 /Makefile
parente9c3f6c86fb4ca17787efc973e61d58c19456379 (diff)
downloadxombrero-bd100fd8e6bc2d3721693a4ff077ac4b19b42542.tar.gz
add a very ugly release mechanism, todd gets to make it omggood
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f23078..3e87d68 100644
--- a/Makefile
+++ b/Makefile
@@ -37,4 +37,7 @@ beforeinstall:
 
 ${PROG} ${OBJS} beforedepend: ${.CURDIR}/javascript.h
 
+release:
+	@sh ${.CURDIR}/release.sh ${.CURDIR}
+
 .include <bsd.prog.mk>