File: Makefile

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

all:
	@dune runtest

clean:
	@dune clean