summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4eb5369..0000000
--- a/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-shell = /usr/bin/env bash
-PREFIX ?= $(HOME)/.local
-CONFIG = $(HOME)/.config
-ifeq ($(XDG_CONFIG_HOME),)
- CONFIG = $(XDG_CONFIG_HOME)
-endif
-
-install:
- install -Dm755 bin/hiccup $(DESTDIR)$(PREFIX)/bin/hiccup
- install -Dm644 default-config.json $(DESTDIR)$(CONFIG)/hiccup/config.json
-
-uninstall:
- rm $(DESTDIR)$(PREFIX)/bin/hiccup
- rm $(DESTDIR)$(CONFIG)/hiccup/config.json