File: Makefile

package info (click to toggle)
clj-digest-clojure 1.4.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 168 kB
  • sloc: makefile: 34; sh: 7
file content (10 lines) | stat: -rw-r--r-- 117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
all:
	$(error please pick a target)

test:
	lein test

publish:
	lein deploy clojars-https

.PHONY: all test publish