Skip to content

Commit

Permalink
Merge pull request #26 from WinterJack002/main
Browse files Browse the repository at this point in the history
fix {Mikefile} webapp-clean instruction.
  • Loading branch information
a-wing authored Nov 27, 2024
2 parents 0ce867f + ba7c48d commit 24da6a6
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 24da6a6

Please sign in to comment.