File: Makefile

package info (click to toggle)
reactivedata 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • ctags: 220
  • sloc: ml: 552; makefile: 28
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
.PHONY: test

build:
	ocaml pkg/build.ml native=true native-dynlink=true

clean:
	ocamlbuild -clean