diff --git a/Makefile b/Makefile index 9ff241a..be70e7f 100644 --- a/Makefile +++ b/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)