Skip to content

Commit

Permalink
Update eask's clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 10, 2022
1 parent a2df726 commit 6d6a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lint:
$(EASK) lint package

clean:
$(EASK) clean-all
$(EASK) clean all

tag:
$(eval TAG := $(filter-out $@,$(MAKECMDGOALS)))
Expand Down

0 comments on commit 6d6a570

Please sign in to comment.