DEBSOURCES
Skip Quicknav
sources / pcre2-ocaml / 8.0.3-1 / examples / Makefile
123456789
TARGETS = $(addsuffix .bc, cloc count_hash dfa_restart pcre2grep subst) .PHONY: all clean all: @dune build $(TARGETS) clean: @dune clean