Commit 5a9af884 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Add -main-is in Makefile to create executable

parent b18a77f8
.PHONY: FORCE clean distclean .PHONY: FORCE clean distclean
orbit: FORCE orbit: FORCE
ghc -Wall --make Bench.hs -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 -package test-framework -package test-framework-hunit \
......
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