diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 14 | 
1 files changed, 14 insertions, 0 deletions
| @@ -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: | 
