From 838feeb02e4463e169688938a3e56a94b3d09bef Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 21 Feb 2024 00:21:37 +0100 Subject: Added -B option to filter by author and committer with one command --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 161fed2..eff7220 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,7 @@ MANDIR=$(DATADIR)/man MAN1DIR=$(MANDIR)/man1 LUA_LMOD=$(DATADIR)/lua/$(LUA_VERSION) -all: - @echo Nothing to be built +all: test install: install -m644 -Dt $(DESTDIR)$(LUA_LMOD)/activity activity/*.lua -- cgit v1.1