summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-04-26 00:44:17 +0100
committerVincent Sanders <vince@kyllikki.org>2014-04-26 00:44:17 +0100
commitef5ffaf00951a72d45d8280b6f75302058b106fd (patch)
tree58667367944366ed5c173ef094e22d5bf625f49b
parent46840d2c35febda16867844c2c25917492eb9eef (diff)
downloadnetsurf-all-ef5ffaf00951a72d45d8280b6f75302058b106fd.tar.gz
netsurf-all-ef5ffaf00951a72d45d8280b6f75302058b106fd.tar.bz2
add package targetrelease/3.1
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 975e0a3..1fb4fba 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,9 @@ endif
$(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET)
touch $@
+package: $(TMP_PREFIX)/build-stamp
+ $(MAKE) --directory=$(NETSURF_TARG) PREFIX=$(PREFIX) TARGET=$(TARGET) package
+
install: $(TMP_PREFIX)/build-stamp
$(MAKE) install --directory=$(NETSURF_TARG) TARGET=$(TARGET) PREFIX=$(PREFIX) DESTDIR=$(DESTDIR)