Add make install

This commit is contained in:
Nero 2022-10-18 01:22:03 +00:00
parent 6c7c1eca41
commit 00abe6f1fb
1 changed files with 3 additions and 0 deletions

View File

@ -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)