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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/qmake.mk

DEB_BUILDDIR = debian/builddeb
DEB_QMAKE_ARGS = $(CURDIR)/weather.pro -r PREFIX=/usr

clean::
	rm  -fr $(DEB_BUILDDIR)