summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3cb72779c1363e19678fb75fe9b5b74dce6b1e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
default:
	@echo "Utility makefile - valid targets are"
	@echo ""
	@echo "  test - Run the test suite"
	@echo "  tidy - Clean debian-package files"


tidy:
	rm -rf ./debian/custodian
	rm -f ./debian/custodian.debhelper.log
	rm -f ./debian/custodian.substvars
	rm -f ./debian/files
	find . -name 'custodian-dequeue.log' -delete || true

test:
	t/test-suite