File: Makefile

package info (click to toggle)
ocaml-sqlite3 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: ansic: 1,388; ml: 1,235; makefile: 28
file content (9 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
TARGETS = sqlite3.cma libsqlite3_stubs.a

.PHONY: all clean

all:
	@dune build $(TARGETS)

clean:
	@dune clean