aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-07-27 23:44:18 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:15 -0400
commit0ad57cc16d644cf614f128caf52273367dced16a (patch)
tree26607dc4a1d4f072ee7c6ddf8eaad3bad1c6d054 /makefile
parent0.26.5 sqlite output, focus (diff)
meson build related (reggae removed for now)
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: