aboutsummaryrefslogtreecommitdiffstats
path: root/public/themes/sourcehut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'public/themes/sourcehut/Makefile')
-rw-r--r--public/themes/sourcehut/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/public/themes/sourcehut/Makefile b/public/themes/sourcehut/Makefile
deleted file mode 100644
index 22b899d..0000000
--- a/public/themes/sourcehut/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-SRHT_PATH?=/usr/lib/python3.8/site-packages/srht
-
-assets/style.css: scss/*.scss ${SRHT_PATH}/scss/*.scss
- @mkdir -p assets/
- sassc -I${SRHT_PATH}/scss scss/main.scss $@
-
-all: assets/style.css
-
-.DEFAULT_GOAL=all