summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7b27ec776eaf26d5b655df2ce2613940b1ec8133 (plain)
1
2
3
4
5
6
7
8
all:
	@:

clean:
	rm -f *.pyc

distclean: clean
	find . -regex '.*\(~\|#\|\.swp\)' -exec rm {} \;