diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-15 14:21:20 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-15 14:21:20 (EDT) |
commit | 0d28ccf394996a71077e9254cea932f03dd9f0a3 (patch) | |
tree | fecd458fdfdbdfceee8b572dcc15c91ccb8ec199 /build | |
parent | c6ccbf5217e9242bba002d9ccc885bbc75fd57f9 (diff) |
build: Add "nop" target.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ include ../source.mk +nop: + @: + build: oh-autoconfigure -- \ --disable-static \ |