Remove make target to update windshaft

This commit is contained in:
Raul Ochoa
2016-01-15 16:02:02 +01:00
parent 5eeaa0272c
commit 1eb69ae3d1
-4
View File
@@ -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*