Skip to content

Commit 9211a4f

Browse files
committed
add clean command
1 parent 21d32e4 commit 9211a4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ test:
1010
bash ./scripts/test.sh
1111

1212
gen:
13-
bash ./scripts/gen.sh
13+
bash ./scripts/gen.sh
14+
15+
clean:
16+
rm -rf plyground
17+
rm rascript-upstream.js

0 commit comments

Comments
 (0)