summaryrefslogtreecommitdiffstats
path: root/build
blob: 1c2d34f9f3183f5056545e00306c1e93cd01e4a3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

nop:
	@:

build:
	@:
	touch $@

install: build