mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Merge pull request #4692 from CyberShadow/pull-20150530-153836
posix.mak: Add DELETE_ON_ERROR
This commit is contained in:
commit
58b3055455
2 changed files with 6 additions and 0 deletions
|
@ -30,3 +30,5 @@ install: all
|
|||
cp -r samples $(INSTALL_DIR)
|
||||
mkdir -p $(INSTALL_DIR)/man
|
||||
cp -r docs/man/* $(INSTALL_DIR)/man/
|
||||
|
||||
.DELETE_ON_ERROR: # GNU Make directive (delete output files on error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue