diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 22:48:57 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 22:48:57 (EST) |
commit | aa201f4dfb805d6b7e92b2c7ff8313dafc215b02 (patch) | |
tree | 0bf67e82093cb4649a9554b210ad4b02aabbe80d | |
parent | 8563c49f1c60548b9d105c9317ffc4193641a581 (diff) |
build: Add "nop" target.
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ include ../source.mk +nop: + @: + build: oh-autoconfigure oh-autobuild |