File: Makefile

package info (click to toggle)
rabbitmq-java-client 5.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,752 kB
  • sloc: java: 24,907; xml: 1,245; python: 697; makefile: 47; sh: 25
file content (8 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
all:
	@:

clean:
	rm -f *.pyc

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