mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
Add a make install target
This commit is contained in:
parent
58b624e0b9
commit
84d40b3eda
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -1,3 +1,6 @@
|
|||
PREFIX ?= /usr/local
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
all: reaction ip46tables
|
||||
|
||||
clean:
|
||||
|
|
@ -24,3 +27,6 @@ reaction.deb: reaction ip46tables
|
|||
signatures: reaction.deb reaction ip46tables
|
||||
minisign -Sm ip46tables reaction reaction.deb
|
||||
|
||||
install: all
|
||||
@install -m755 reaction $(DESTDIR)$(BINDIR)
|
||||
@install -m755 ip46tables $(DESTDIR)$(BINDIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue