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 (9 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
TARGETS = discover.bc

.PHONY: all clean

all:
	@dune build $(TARGETS)

clean:
	@dune clean