From b1c43b3f554a3bb9b82a62fddc392f8829e24552 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 27 Jul 2017 12:07:34 -0400 Subject: meta doc abstraction summary --- makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 12e27a2..f03500d 100644 --- a/makefile +++ b/makefile @@ -95,6 +95,13 @@ all_builds_debug: clean skel tangle ver: echo sdp-$(PROJECT_VERSION) # dmd +dmd_rel: expunge skel tangle + $(DUB) --compiler=dmd --config=sdp-release +dmd_stamp: + $(DUB) --compiler=dmd --config=sdp-dmd +dmd_ver: + $(DUB) --compiler=dmd --config=sdp-dmd + mv bin/sdp-dmd bin/sdp-dmd-$(PROJECT_VERSION) dmd_release: expunge skel tangle $(DUB) --compiler=dmd --config=sdp-release dmd_release_stamp: @@ -143,6 +150,13 @@ gdc_debug_clean: tangle gdc_debug_src: $(DUB) --compiler=gdc --config=sdp-debug # ldc2 +ldc_rel: expunge skel tangle + $(DUB) --compiler=ldc2 --config=sdp-release +ldc_stamp: + $(DUB) --compiler=ldc2 --config=sdp-ldc +ldc_ver: + $(DUB) --compiler=ldc2 --config=sdp-ldc + mv bin/sdp-ldc bin/sdp-ldc-$(PROJECT_VERSION) ldc_release: expunge skel tangle $(DUB) --compiler=ldc2 --config=sdp-release ldc_release_stamp: -- cgit v1.2.3