tangled
alpha
login
or
join now
anil.recoil.org
/
unpac-unpac
0
fork
atom
The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork
atom
overview
issues
pulls
pipelines
fix Makefile for dune
anil.recoil.org
7 years ago
4f7366ba
4a6f39cf
+3
-3
1 changed file
expand all
collapse all
unified
split
Makefile
+3
-3
Makefile
···
1
1
.PHONY: all test clean
2
2
3
3
all:
4
4
-
jbuilder build --dev
4
4
+
dune build
5
5
6
6
test:
7
7
-
jbuilder runtest --dev
7
7
+
dune runtest
8
8
9
9
clean:
10
10
-
jbuilder clean
10
10
+
dune clean