summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-07 05:26:24 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-07 05:26:24 +0100
commit67849b572926420c8808782f3f02a37fc07215ed (patch)
tree91dcd6bfb17b07b2914973973c1c4df6485d3d46
parent5fc610ca7bbffa0ab8f9cdacbe920c9496549c4f (diff)
add install target
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 15c5b47..b0482d1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,3 +19,7 @@ test_compile: $(LOCAL_INSTALL_PATH)
test_gen: $(LOCAL_INSTALL_PATH)
$(Q)$(MAKE) -C test gen \
$(if $(O),top_builddir=$(O)/)
+
+install:
+ mkdir -p $(DESTDIR)
+ tar --exclude='*.[och]' -cvf - test/ | tar -xvf - -C $(DESTDIR)