new modules and neatened exposure of official stdlib code
This commit is contained in:
4
makefile
4
makefile
@ -5,10 +5,10 @@ build:
|
||||
ocamlopt $(CUSTOM_LIBRARY_LOCATION)/library.cmxa -o program
|
||||
|
||||
mostlyclean:
|
||||
rm -f *.o *.a *.s *.cmi *.cmx *.cmxa *.cmo *.cma main.mli
|
||||
rm -f *.o *.a *.s *.cmi *.cmx *.cmxa *.cmo *.cma
|
||||
|
||||
clean:
|
||||
rm -f *.o *.a *.s *.cmi *.cmx *.cmxa *.cmo *.cma main.mli program
|
||||
rm -f *.o *.a *.s *.cmi *.cmx *.cmxa *.cmo *.cma program
|
||||
|
||||
make install:
|
||||
make build
|
||||
|
Reference in New Issue
Block a user