Commit 50937192 authored by Aggelos Giantsios's avatar Aggelos Giantsios

Group compile options

parent 4f338b0f
.PHONY: FORCE clean distclean .PHONY: FORCE clean distclean
COMPILE_OPTS = -Wall -rtsopts -threaded
orbit: FORCE orbit: FORCE
ghc -Wall --make Bench.hs -main-is Bench -o orbit ghc $(COMPILE_OPTS) --make Bench.hs -main-is Bench -o orbit
tests: tests:
ghc -Wall -rtsopts -threaded Tests.hs -o OrbitTests ghc $(COMPILE_OPTS) 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