Add 'install' rule to bin/Makefile
This commit is contained in:
parent
639ec8beb7
commit
8aac3c521b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ OBJS = pattyd.o
|
|||
|
||||
all: $(PROGRAMS)
|
||||
|
||||
install: $(PROGRAMS)
|
||||
$(INSTALL) -c -m 0755 $(PROGRAMS) $(PREFIX)/bin
|
||||
|
||||
pattyd: pattyd.o
|
||||
$(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue