blob: 29cac121e94bc199a42269f7701f7b6bb6475a30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/make -f
include ../source.mk
nop:
@:
build:
oh-autobuild
touch $@
install: build
install -D -o 0 -g 0 -m 0755 src/ich9gen ich9gen.data/usr/bin/ich9gen
oh-strip -d ich9gen.data
oh-shlibdeps
|