fix Makefile phony

This commit is contained in:
2022-07-23 09:49:40 +08:00
parent cae07f55cd
commit da59740b47

View File

@@ -1,3 +1,4 @@
.PHONY: web linux windows
web:
cd web && npm install
cd web && npm run build