summaryrefslogtreecommitdiffstats
path: root/build
blob: 4a00851a31418b9b1cfacdc3b69a2361853dbfd5 (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:
	(cd src && make)
	touch $@

install: build
	(cd src && \
		make DESTDIR=../dest prefix=/usr INSTALL_BINARY=install install)
	rm dest/usr/bin/fbgs dest/usr/share/man/man1/fbgs.1
	oh-fixperms
	oh-strip
	oh-installfiles