DEBSOURCES
Skip Quicknav
sources / librabbitmq / 0.0.1.hg216-1 / codegen / Makefile
12345678
all: echo "Please select a target from the Makefile." clean: rm -f *.pyc distclean: clean find . -regex '.*\(~\|#\|\.swp\)' -exec rm {} \;