mirror of
https://github.com/dlang/tools.git
synced 2025-05-01 23:50:33 +03:00
Merge remote-tracking branch 'upstream/stable' into merge_stable
This commit is contained in:
commit
6d5e39d3e1
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