diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-22 04:02:28 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-22 04:02:28 (EDT) |
commit | 6b269682a5bdf37d1b67aac870897deadea25958 (patch) | |
tree | 5b77a7a260b588286a71abdfcdeb7dcf939a176d | |
parent | 64333af6e5f8a34867253f7bcc6b22db766e0493 (diff) |
Add a "configure" target.
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #! /usr/bin/make -f -build: +configure: oh-autoconfigure + +build: configure oh-autobuild install: build |