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

include ../source.mk

nop:
	@:

build:
	touch $@

install: build