Skip to content

Commit e0c6abb

Browse files
committed
Add 'clean' make target
1 parent 41621bd commit e0c6abb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ install:
1111
node cli.js install npm
1212

1313
dev:
14-
node cli.js install .
14+
node cli.js install
1515

1616
link:
17-
node cli.js link .
17+
node cli.js link
18+
19+
clean: uninstall
20+
true
1821

1922
uninstall:
2023
node cli.js cache clean

0 commit comments

Comments
 (0)