Skip to content

Commit

Permalink
fix Mikefile webapp-cleaninstruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterJack002 committed Nov 27, 2024
1 parent 0ce867f commit ba7c48d
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 @@ -16,7 +16,7 @@ webapp:

.PHONY: webapp-clean
webapp-clean:
rm -r dist
rm -r static/dist

.PHONY: clean
clean: webapp-clean
Expand Down

0 comments on commit ba7c48d

Please sign in to comment.