aboutsummaryrefslogtreecommitdiffstats
path: root/packages/Makefile
blob: 6166493cb59a13d9b710100492b07aa254e6a98b (plain)
1
2
3
4
5
6
7
8
9
debs: webdeb prepdeb

webdeb:
	# By default we will but not sign for now
	cd torouter-web && debuild --no-tgz-check -us -uc
prepdeb:
	# By default we will but not sign for now
	cd torouter-prep && debuild --no-tgz-check -us -uc