summaryrefslogtreecommitdiffstats
path: root/shoplist/debian/rules
blob: cc83e7ff515d401b99854793e964f02bda3ee790 (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)/shoplist.pro -r PREFIX=/usr

clean::
	rm  -fr $(DEB_BUILDDIR)