File: Makefile

package info (click to toggle)
ocaml-mm 0.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 804 kB
  • sloc: ml: 6,142; ansic: 3,115; makefile: 38; sh: 1
file content (7 lines) | stat: -rw-r--r-- 53 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
all: build

build:
	@dune build

clean:
	@dune clean