diff options
| author | epoch <epoch@enzo.thebackupbox.net> | 2021-09-19 00:19:58 +0000 | 
|---|---|---|
| committer | epoch <epoch@enzo.thebackupbox.net> | 2021-09-19 00:19:58 +0000 | 
| commit | d8002b33fad5e37e37a10f829f56aeb6b312e8d1 (patch) | |
| tree | 7fa9af1d7901a04ac98c04ddaeeeae6c86d3f551 | |
| parent | 6fecc76d86922c586ce47281241adb1904d0c349 (diff) | |
| download | uritools-d8002b33fad5e37e37a10f829f56aeb6b312e8d1.tar.gz uritools-d8002b33fad5e37e37a10f829f56aeb6b312e8d1.zip | |
new tool to filter URI GET params
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -24,6 +24,8 @@ clean:  	rm -f *.o  install: all +	install -t $(PREFIX)/bin xwindowURI +	install -t $(PREFIX)/bin uriqueryfilter  	install -t $(PREFIX)/bin urimatch  	install -t $(PREFIX)/bin uricut  	install -t $(PREFIX)/bin urijoin | 
