commit 92316f0dcdeb5000c877678d101b6d681c9f7bf3
parent 36cb97398f2b0d080a57b252480c39d301bdf0da
Author: Byron Torres <b@torresjrjr.com>
Date: Wed, 31 Mar 2021 13:43:10 +0100
Remove queries.json from Makefile
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -32,7 +32,6 @@ install: all
install -m644 sample.config/bot.cfg $(DESTDIR)$(SHAREDIR)/bot.cfg
install -m644 sample.config/alts.json $(DESTDIR)$(SHAREDIR)/alts.json
install -m644 sample.config/services.json $(DESTDIR)$(SHAREDIR)/services.json
- install -m644 sample.config/queries.json $(DESTDIR)$(SHAREDIR)/queries.json
uninstall:
$(RM) $(DESTDIR)$(BINDIR)/linkchanbot
@@ -40,6 +39,5 @@ uninstall:
$(RM) $(DESTDIR)$(SHAREDIR)/bot.cfg
$(RM) $(DESTDIR)$(SHAREDIR)/alts.json
$(RM) $(DESTDIR)$(SHAREDIR)/services.json
- $(RM) $(DESTDIR)$(SHAREDIR)/queries.json
.PHONY: all doc clean install uninstall