File: Makefile

package info (click to toggle)
rabbitmq-server 1.8.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,284 kB
  • ctags: 2,309
  • sloc: erlang: 12,095; xml: 1,605; sh: 648; python: 630; makefile: 243
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (8)
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 {} \;