aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/makefile b/makefile
index bdacadc..ee2ba43 100644
--- a/makefile
+++ b/makefile
@@ -139,6 +139,8 @@ ldc_rel_expunge_tangle: expunge skel tangle ldc_rel_tangle
ldc_debug_tangle: tangle
$(DUB) --compiler=ldc2 --config=sdp-ldc-debug
skel:
+ mkdir -p build; \
+ mkdir -p subprojects; \
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/conf; \
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/meta; \
mkdir -p $(PRG_SRCDIR)/$(PRG_NAME)/output; \
@@ -147,6 +149,7 @@ skel:
mkdir -p $(PRG_BINDIR);
init: skel
clean:
+ rm -rf build; \
rm -rf $(PRG_SRCDIR); \
rm -rf $(PRG_DOCDIR);
clean_bin:
@@ -176,10 +179,6 @@ rebuild: $(PRG_SRCDIR)/$(PRG_SRC) $(PRG_BINDIR)/$(PRG_BIN).o clean build
makefile_new:
make -k tangle_maker
restart: clean tangle
-ragga:
- reggae -b binary
- reggae -b ninja
- build
find_pods:
$(SiSU_MARKUP_SAMPLES_FIND_PODS)
dmd_testrun_find: