Codebase list rabbitmq-server / debian/3.5.7-1 codegen / Makefile
debian/3.5.7-1

Tree @debian/3.5.7-1 (Download .tar.gz)

Makefile @debian/3.5.7-1raw · history · blame

1
2
3
4
5
6
7
8
all:
	@echo "Please select a target from the Makefile."

clean:
	rm -f *.pyc

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