diff options
-rw-r--r-- | Makefile.in | 4 |
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) |