ocaml-wiringpi/Makefile

12 lines
123 B
Makefile
Raw Permalink Normal View History

.PHONY: all
all:
jbuilder build --dev
.PHONY: clean
clean:
jbuilder clean
.PHONY: test
test:
jbuilder runtest --force