blob: 82e07d8e024a344b61a78eaa8d8b51e08b25747e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/usr/bin/make -f
nop:
@:
build:
oh-autoconfigure -- \
--disable-python
oh-autobuild
touch $@
install: build
oh-autoinstall
oh-fixperms
oh-strip -k
oh-installfiles
|