diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2022-02-01 01:24:14 +0000 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2022-02-01 01:24:14 +0000 |
commit | 0608408fbc36dae25ab5cc114fb51b622ecc5937 (patch) | |
tree | d524c27c8d281bf75a412236908989bae301e808 /contrib/Makefile | |
parent | 8e26db47a0ec223c0ae19ed23b56599c962d3bc1 (diff) | |
download | uritools-0608408fbc36dae25ab5cc114fb51b622ecc5937.tar.gz uritools-0608408fbc36dae25ab5cc114fb51b622ecc5937.zip |
wikipedia-handler
Diffstat (limited to 'contrib/Makefile')
-rw-r--r-- | contrib/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile new file mode 100644 index 0000000..53667f6 --- /dev/null +++ b/contrib/Makefile @@ -0,0 +1,10 @@ +.PHONEY: install all + +PREFIX:=/usr/local + +all: + echo nothing whatever + +install: + install -Dt $(PREFIX)/bin wikipedia-handler + install -Dt ~/.config/uristart.conf.d/ wikipedia.uristart.conf |