summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f66499f..a819a09 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,4 @@
all:
-image:
- docker build . -t sassypants
-sass:
- docker run -u$(shell id -u):$(shell id -g) -v$(CURDIR)/assets/css:/tmp -w /tmp --rm -it sassypants sassc -t compressed scss/theme.scss theme.css
-site: # sass
+site:
$(CURDIR)/publish