diff --git a/Makefile b/Makefile index 069a5cf81..83a9b9693 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,8 @@ config_DEPEND_DIRS = src include $(TOP)/configure/RULES_TOP + +UNINSTALL_DIRS += $(INSTALL_LOCATION)/src +copysrc: + tar cf - --exclude-vcs --exclude=O.* src | tar xf - -C $(INSTALL_LOCATION) +