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

pkgdatadir = platconf-pkg-tools.data/usr/share/platconf-pkg-tools

nop:
	@:

build:
	@:
	touch $@

install: build
	install -D -m 0644 src/build.mk $(pkgdatadir)/build.mk
	install -D -m 0644 src/1/build.mk $(pkgdatadir)/1/build.mk