diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -13,3 +13,15 @@ dbus.buildstamp: oh-gencontrol $(PKGS) oh-buildopk $(PKGS) touch dbus.buildstamp + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-installfiles |