blob: 36a5ee97d9c16cacb7bc3ec0142ef7eef0b3073f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/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
|