Commit 892445d0 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Add simple Makefile

parent 7017d46d
.PHONY: FORCE clean distclean
orbit: FORCE
ghc --make Master.hs -o orbit
clean:
$(RM) *.swp *~ *.hi *.o
distclean: clean
$(RM) orbit
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