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