File: Makefile

package info (click to toggle)
chronicle 4.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 764 kB
  • sloc: perl: 2,477; javascript: 447; makefile: 106; sh: 9
file content (17 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

all:
	@cd ..; prove --shuffle tests/

verbose:
	@cd ..; prove --shuffle --verbose tests/


modules: .PHONY
	./modules.sh > modules.t

.PHONY:
	true

clean:

	rm *~