Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LIBS=unix.cmxa
- OBJS=fsys.cmx
- OBJSO=fsys.cmo
- all: $(OBJS) $(OBJSO)
- ocamlopt $(LIBS) $(OBJS)
- %.cmx:%.ml
- ocamlopt $(LIBS) -c $< -o $@
- %.cmo:%.ml
- ocamlc -c $< -o $@
- clean:
- rm -f $(OBJS) $(OBJSO) *.o *.cmi a.out
- prompt: all
- ocamlwrap unix.cma fsys.cmo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement