Skip to content

Commit 7bd151d

Browse files
committed
chore(Makefile): Update eask's clean command
1 parent 50cdcc9 commit 7bd151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ lint:
2121
$(EASK) lint package
2222

2323
clean:
24-
$(EASK) clean-all
24+
$(EASK) clean all
2525

2626
.PHONY : test compile checkdoc lint clean tag

0 commit comments

Comments
 (0)