Fix make test

This commit is contained in:
r4 2022-10-01 20:00:48 +02:00
parent 154c6a31b9
commit 9174c1b23a

View File

@ -51,7 +51,7 @@ uninstall:
rm -f $(DESTDIR)$(CFGPREFIX)/systemd/system/$(EXE).service
test:
$(GO) test -count=1 -v $(EXE)/extractor
$(GO) test -count=1 -v git.nobrain.org/r4/dischord/extractor/
.PHONY: all debug fmt install uninstall clean