summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e0088e7..45fe381 100644
--- a/Makefile
+++ b/Makefile
@@ -15,11 +15,11 @@ install: install-local
endif
.PHONY: install-global
-install-global: compile sass-build
+install-global: compile
pip3 install .
.PHONY: install-local
-install-local: compile sass-build
+install-local: compile
pip3 install . --user
# run testcases