File: Makefile

package info (click to toggle)
pcre-ocaml 7.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 324 kB
  • sloc: ml: 1,445; ansic: 631; makefile: 38
file content (9 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
TARGETS = $(addsuffix .bc, cloc count_hash dfa_restart pcregrep subst)

.PHONY: all clean

all:
	@dune build $(TARGETS)

clean:
	@dune clean