blob: 45babedbb0d22f5c69d498c74b3fd00f5e6f479c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/usr/bin/make -f
include ../source.mk
nop:
build:
(cd src && cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr .)
oh-autobuild
touch $@
install: build
oh-autoinstall
oh-fixperms
oh-strip
oh-installfiles
|