diff options
| author | Ralph Amissah <ralph@amissah.com> | 2016-06-16 01:49:06 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:48:18 -0400 | 
| commit | 8ab7e935913c102fb039110e20b71f698a68c6ee (patch) | |
| tree | 3472debd16ce656a57150399ce666e248565f011 /makefile | |
| parent | step4.1 as step4 but extract header meta & make on first reading in document (diff) | |
step5 sdlang used for config files and doc headers
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -74,6 +74,8 @@ dub_dmd_debug_clean: tangle  	$(DUB) $(DUB_FLAGS)dmd --config=sdp-debug-clean  dub_dmd_tmp: tangle  	$(DUB) $(DUB_FLAGS)dmd --config=sdp-tmp +dub_dmd_debug_src: +	$(DUB) $(DUB_FLAGS)dmd --config=sdp-debug  # ldc2  dub_ldc_release: expunge skel tangle  	$(DUB) $(DUB_FLAGS)ldc2 --config=sdp-release @@ -85,6 +87,8 @@ dub_ldc_debug_clean: tangle  	$(DUB) $(DUB_FLAGS)ldc2 --config=sdp-debug-clean  dub_ldc_tmp: tangle  	$(DUB) $(DUB_FLAGS)ldc2 --config=sdp-tmp +dub_ldc_debug_src: +	$(DUB) $(DUB_FLAGS)ldc2 --config=sdp-debug  # test releases  dub_release_test_dmd: tangle dub_dmd_release_test  dub_release_test_ldc: tangle dub_ldc_release_test | 
