File: Makefile

package info (click to toggle)
python-rednose 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 104 kB
  • sloc: python: 324; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
redo=0install run --command=redo-ifchange http://gfxmonk.net/dist/0install/redo.xml

default: test

%: phony
	${redo} $@

.PHONY: phony default