From ae23669169b32d4986af06c1ae9483cc9c52d39d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 7 Jul 2018 13:55:43 -0400 Subject: 0.26.4 file renames, cleaning, reorganisation --- maker.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'maker.org') diff --git a/maker.org b/maker.org index 158a239..6f64604 100644 --- a/maker.org +++ b/maker.org @@ -327,9 +327,10 @@ ldc_debug_tangle: tangle #+BEGIN_SRC makefile :tangle makefile skel: - mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/meta; \ 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)/source; \ mkdir -p $(PRG_SRCDIR)/$(PRG_NAME); \ mkdir -p $(PRG_BINDIR); init: skel @@ -1091,7 +1092,8 @@ mixin build!(_compile, _dub_conf); !conf.sdl !org !src -!src/* +!src/sdp +!src/sdp/* !data !data/* !data/sisupod/** -- cgit v1.2.3