aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index ee2ba43..0c60492 100644
--- a/makefile
+++ b/makefile
@@ -144,6 +144,7 @@ skel:
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/conf; \
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/meta; \
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/output; \
+ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/share; \
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/source; \
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME); \
mkdir -p $(PRG_BINDIR);