7 lines
60 B
Makefile
7 lines
60 B
Makefile
build:
|
|
dune build
|
|
|
|
clean:
|
|
dune clean
|
|
|
|
.PHONY: build clean
|