chore(Makefile): clean assets/icons and well-known
This commit is contained in:
parent
a3ca0ddb55
commit
d231df6596
2
Makefile
2
Makefile
@ -134,7 +134,7 @@ well-known/.well-known:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf node_modules
|
rm -rf node_modules assets/icons well-known
|
||||||
rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
||||||
rm -rf bin/
|
rm -rf bin/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user