Commit 7dd65e2f authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Add -Wall to 'tests' directive

parent 0cb2d574
...@@ -4,8 +4,7 @@ orbit: FORCE ...@@ -4,8 +4,7 @@ orbit: FORCE
ghc -Wall --make Bench.hs -main-is Bench -o orbit ghc -Wall --make Bench.hs -main-is Bench -o orbit
tests: orbit tests: orbit
ghc -package test-framework -package test-framework-hunit \ ghc -Wall -threaded Tests.hs -o OrbitTests
-threaded Tests.hs -o OrbitTests
clean: clean:
$(RM) *.swp *~ *.hi *.o $(RM) *.swp *~ *.hi *.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment