summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-20 17:08:22 +0200
committerFlorian Dold <florian@dold.me>2021-04-20 17:08:22 +0200
commit3726c316e7f1ab13c65ecf92e9dabc7235e67356 (patch)
tree32e1498a66db86f2ff813d65d6aaa3a819369870 /Makefile
parent1d969ada20f643da9065b3a6444b850fc87a12f5 (diff)
downloadtaler-merchant-demos-3726c316e7f1ab13c65ecf92e9dabc7235e67356.tar.gz
taler-merchant-demos-3726c316e7f1ab13c65ecf92e9dabc7235e67356.tar.bz2
taler-merchant-demos-3726c316e7f1ab13c65ecf92e9dabc7235e67356.zip
fix Makefile
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