summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-24 17:51:39 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-24 17:51:39 -0500
commitba759ee102efbbab22dc73cd963748e9c8077d83 (patch)
treee2ccaad98b187667031f66495b5776c098696981 /Makefile
parentecc7c859118e022b1f3d8fff5b74702d4c0bab71 (diff)
fix dependencies for tests/suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c7d63a..dc63f16 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ verify: examples/verify.hs Data/*.hs Data/OpenPGP/*.hs
23keygen: examples/keygen.hs Data/*.hs Data/OpenPGP/*.hs 23keygen: examples/keygen.hs Data/*.hs Data/OpenPGP/*.hs
24 ghc --make $(GHCFLAGS) -o $@ $^ 24 ghc --make $(GHCFLAGS) -o $@ $^
25 25
26tests/suite: tests/suite.hs 26tests/suite: tests/suite.hs Data/*.hs Data/OpenPGP/*.hs
27 ghc --make $(GHCFLAGS) -o $@ $^ 27 ghc --make $(GHCFLAGS) -o $@ $^
28 28
29report.html: examples/*.hs Data/*.hs Data/OpenPGP/*.hs tests/*.hs 29report.html: examples/*.hs Data/*.hs Data/OpenPGP/*.hs tests/*.hs