X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=deps%2Fplocate%2FMakefile;fp=deps%2Fplocate%2FMakefile;h=30c691c4b5c16e1e51bba699a66e839a4efe5b66;hb=1b768493f82ee6f5573a90168837830005344b92;hp=0000000000000000000000000000000000000000;hpb=88aa57842382d80b498b0808338a764aaf009c95;p=khome.git diff --git a/deps/plocate/Makefile b/deps/plocate/Makefile new file mode 100644 index 0000000..30c691c --- /dev/null +++ b/deps/plocate/Makefile @@ -0,0 +1,11 @@ +URI := http://git.sesse.net/plocate + +data/plocate: | data + cd data && git clone $(URI) + +data: + mkdir -p data + +.PHONY: clean +clean: + rm -rf data