From 0ad57cc16d644cf614f128caf52273367dced16a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 27 Jul 2018 23:44:18 -0400 Subject: meson build related (reggae removed for now) --- makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'makefile') 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: -- cgit v1.2.3