File: Makefile

package info (click to toggle)
haskell-bz2 1.0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,016 kB
  • sloc: haskell: 99; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: clean

MAKEFLAGS += --warn-undefined-variables --no-builtin-rules
.DELETE_ON_ERROR:

setup: valgrind-3.15.0.tar

clean:
	rm -rf dist-newstyle dist *.tar* *.hp *.prof tags *.svg

valgrind-3.15.0.tar.bz2:
	curl https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2 -o $@

valgrind-3.15.0.tar: valgrind-3.15.0.tar.bz2
	bzip2 -d $^ --keep