diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-22 23:43:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-22 23:43:56 (EDT) |
commit | 168be468e44accb11d7e1e9458808465659f9a82 (patch) | |
tree | d7b508ec2e5a30db7d5ec9927cca0d6dcb8fd23d | |
parent | 1a2af59130191b748040d523be8bc504fa76bf21 (diff) |
build: Add "build" target.
-rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ include ../source.mk nop: @: + +build: + oh-autobuild </dev/null + touch $@ |