blob: 69c1aaa1c37f82184f3228b69aaf5944b2fb89cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#!/usr/bin/make -f
include ../source.mk
nop:
@:
build:
oh-autoconfigure
oh-autobuild
oh-autobuild -T check
touch $@
install: build
oh-autoinstall
oh-fixperms
oh-strip
oh-installfiles
|