diff options
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 |