aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJamy <jamy@jamygolden.com>2022-06-25 02:12:52 +0200
committerGitHub <noreply@github.com>2022-06-25 02:12:52 +0200
commit0fca56efdc43ef878d9aead0bb1254154f316757 (patch)
tree9a8a7fba65b183da11b53fc3f2a900713ab4d740 /Makefile
parentb97803edefe1d486530ba1a526ba261d784c81fc (diff)
Use base16-builder-go to generate colorschemes (#58)
- Update contribution information - Add bug report and feature request templates - Ensure a max of 72 chars per line in markdown files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 555bdfc..0000000
--- a/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Ref: https://github.com/theova/base16-qutebrowser
-.PHONY: all clean update build
-
-BUILD=pybase16
-REPO=$(shell pwd)
-TEMPLATE=$(shell basename ${REPO})
-THEME_DIR=colors
-TEMPLATE_DIR=templates
-OUTPUT=output
-
-all: update build
-
-update:
- $(BUILD) update
-
-build:
- $(BUILD) build -t ${REPO} -o ${OUTPUT}
- rm -rf ${THEME_DIR}
- mv ${OUTPUT}/${TEMPLATE}/${THEME_DIR}/ ${THEME_DIR}/
-
-clean:
- rm -rf ${OUTPUT} ${TEMPLATE_DIR}/*/