diff options
-rwxr-xr-x | build | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,10 +2,13 @@ include ../source.mk -build: +configure: oh-autoconfigure -- \ --enable-threads --disable-java \ --without-emacs + touch $@ + +build: configure oh-autobuild touch $@ |