File: Makefile

package info (click to toggle)
ocaml-sqlite3 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: ansic: 1,398; ml: 1,070; makefile: 34
file content (7 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
.PHONY: all clean

all:
	@dune runtest

clean:
	@dune clean