Skip to content
Snippets Groups Projects
  • erwan's avatar
    d4e6c582
    Update: rename the source dir src (was bin) · d4e6c582
    erwan authored
    For some reason, I believed that the source dir containing the main
    program need to be named bin for dune to work smoothly. But actually,
    it seems to work fine with src, so let's go for it.
    d4e6c582
    History
    Update: rename the source dir src (was bin)
    erwan authored
    For some reason, I believed that the source dir containing the main
    program need to be named bin for dune to work smoothly. But actually,
    it seems to work fine with src, so let's go for it.
Makefile 121 B


all:
	dune build sasa.exe


install:
	dune build @install

clean:
	rm -f *.cmxs sasa *.cmi *.o *.cmx *.pdf
	dune clean