diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-16 18:26:20 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-16 18:26:20 (EDT) |
commit | 027889bb38a9cfc559fbd0983f81a8f1379ef564 (patch) | |
tree | 29be6419021c25271d4eca169dd81db9a9d0eaa3 | |
parent | 45b790337cc53d769fd766561ff9e295d723360d (diff) |
build: Write a build stamp.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ include ../source.mk build: oh-autoconfigure oh-autobuild + touch $@ install: build oh-autoinstall |