diff --git a/Makefile b/Makefile index 7a424cc7..98454b25 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,6 @@ all: clean: rm -rf node_modules/* -update-windshaft: - rm -rf node_modules/windshaft - npm install windshaft - distclean: clean rm config.status*