Skip to content

Commit

Permalink
Merge pull request #3350 from CyberShadow/pull-20150530-153409
Browse files Browse the repository at this point in the history
posix.mak: Add DELETE_ON_ERROR
  • Loading branch information
DmitryOlshansky committed Jun 13, 2015
2 parents f109d99 + 5c27380 commit 559038b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posix.mak
Expand Up @@ -465,3 +465,4 @@ auto-tester-build: all
.PHONY : auto-tester-test
auto-tester-test: unittest

.DELETE_ON_ERROR: # GNU Make directive (delete output files on error)

0 comments on commit 559038b

Please sign in to comment.