diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-16 22:29:06 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-16 22:29:06 (EST) |
commit | dff8c7e551fb8019ccae69868ab0dc18a03346bf (patch) | |
tree | ebff6de4b426fefbb00dce0dbc0fe986d0403a6c /build | |
parent | ad1534c1ddd89ca0aec060edc1266d05b5e5d6e0 (diff) |
Add a "nop" makefile target.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #! /usr/bin/make -f +nop: + @: + configure: oh-autoconfigure touch $@ |