File: rules

package info (click to toggle)
sjacket-clojure 0.1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 568 kB
  • sloc: xml: 77; makefile: 5; sh: 3
file content (9 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

PRODUCED_JAR=sjacket.jar

%:
	dh $@ --with javahelper --with maven-repo-helper

override_jh_build:
	jar cf sjacket.jar -C src .