summaryrefslogtreecommitdiff
path: root/Makefile
blob: 66854cc6f1f697d79959d8e248f5ed0960c5d2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# vim: shiftwidth=4 tabstop=4 noexpandtab

debug:
	make -C src/ debug

install:
	./scripts/install

uninstall:
	./scripts/uninstall