summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: db42fad466516f67957773387061c8e108c863fe (plain)
1
2
3
4
5
6
7
8
NAME = draklive
VERSION = 0.5

check:
	perl -cw $(NAME)

clean:
	find -name '*~' -exec rm {} \;