diff options
| author | radhitya <alif@radhitya.org> | 2026-06-21 13:11:55 +0700 |
|---|---|---|
| committer | radhitya <alif@radhitya.org> | 2026-06-21 13:11:55 +0700 |
| commit | 81661cc8deaacbff3497f0c9ef2625e98257ef76 (patch) | |
| tree | 704e61822482cf5a9f18ef3b34cea2d4f78be4f3 /Makefile | |
| parent | b7359e1d45f505171356bcae3c7d5e2341ecc859 (diff) | |
dot, readme
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
