hpanot

hpanot: get your annotations in Markdown from Hypothes.is (https://hypothes.is)
git clone git://git.alex.balgavy.eu/hpanot.git
Log | Files | Refs | README

commit 636a0030b1e433cb116b8dcea37d7e2ecf7d010b
parent c31c8afd06151806edb874d1a25bc61274dd2c48
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 21 Oct 2020 12:58:13 +0200

Fix makefile

Diffstat:
MMakefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -13,9 +13,7 @@ all: install: hpanot cp hpanot $(bindir)/ mkdir -p $(etcdir) - cp urls $(etcdir)/ uninstall: rm $(bindir)/hpanot - rm $(etcdir)/urls rmdir $(etcdir)