mirror of
https://github.com/co-dan/ocaml-wiringpi/
synced 2025-11-03 06:03:51 +01:00
12 lines
123 B
Makefile
12 lines
123 B
Makefile
.PHONY: all
|
|
all:
|
|
jbuilder build --dev
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
jbuilder clean
|
|
|
|
.PHONY: test
|
|
test:
|
|
jbuilder runtest --force
|