Logo

GitLab

Sign in

Wojciech Jaworski / ENIAM

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
e8d2c65cd63bb36a671eb2bbd0effd7a39eec931
  • ENIAM
  • tools
  • maca
  • makefile
  • Readded interactive versions of Concraft, MACA, and Świgra along with installation instructions.
    dd64a6e5
    Jan Lupa authored
    8 years ago  
    Browse Code »
makefile 124 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
OCAMLOPTFLAGS=unix.cmxa

all: maca_test.ml
	ocamlopt -o maca_test $(OCAMLOPTFLAGS) maca_test.ml

clean:
	rm *.cmi *.cmx *.o