mirror of
https://github.com/dlang/tools.git
synced 2025-04-25 20:51:00 +03:00
Merge pull request #349 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
commit
60c0f8921b
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
rdmd can now be used as a shell in makefiles
|
||||
|
||||
With gnu make(3.82 or higher), rdmd can now be used in makefiles.
|
||||
This is accomplished by setting the SHELL and .SHELLFLAGS to /usr/bin/rdmd and --eval respectively.
|
||||
---
|
||||
.ONESHELL:
|
||||
SHELL = /usr/bin/rdmd
|
||||
.SHELLFLAGS = --eval
|
||||
hello.txt:
|
||||
$(TAB)import std.file;
|
||||
$(TAB)write("$@","hello world\n");
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue