Add make install
This commit is contained in:
parent
6c7c1eca41
commit
00abe6f1fb
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -6,5 +6,8 @@ default: $(PROGS)
|
|||
test: $(PROGS)
|
||||
./test_sh_quote
|
||||
|
||||
install: $(PROGS)
|
||||
install -D -m 0755 $(PROGS) $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
clean:
|
||||
rm -f $(PROGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue