File: Makefile

package info (click to toggle)
haskell-ranged-sets 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: haskell: 756; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Tests for Ranged Sets.

all:
	ghc --make -fhpc -i.. -odir . -hidir . -Wall Main.hs -o test-rset
	rm -f test-rset.tix
	./test-rset
	hpc markup --destdir=Report test-rset
	hpc report test-rset

clean:
	rm -fR Data
	rm -f test-rset.tix
	rm -f test-rset
	rm -f *.o *.hi
	rm -fR Report