summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorradhitya <alif@radhitya.org>2026-06-21 13:11:55 +0700
committerradhitya <alif@radhitya.org>2026-06-21 13:11:55 +0700
commit81661cc8deaacbff3497f0c9ef2625e98257ef76 (patch)
tree704e61822482cf5a9f18ef3b34cea2d4f78be4f3 /Makefile
parentb7359e1d45f505171356bcae3c7d5e2341ecc859 (diff)
dot, readme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a27b1d7..bd66e11 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,12 @@ clean:
run: build
./$(OUTPUT)
-install: build
+install:
install -d $(DESTDIR)$(BINDIR)
install -m 0755 $(OUTPUT) $(DESTDIR)$(BINDIR)/$(BINARY)
+ install -d $(DESTDIR)/etc/linum/blocklist
-install-service: install
+install-service:
install -d $(DESTDIR)$(SYSTEMD_DIR)
install -m 0644 etc/linum.service $(DESTDIR)$(SYSTEMD_DIR)/linum.service