summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-02-21 00:21:37 +0100
committerAki <please@ignore.pl>2024-02-21 00:21:37 +0100
commit838feeb02e4463e169688938a3e56a94b3d09bef (patch)
tree082c15b243d86b9fba98443ba233a647847b5a57 /Makefile
parent90be8407ccc34a0ee26ee25b1ff1384c393138c0 (diff)
downloadactivity-master.zip
activity-master.tar.gz
activity-master.tar.bz2
Added -B option to filter by author and committer with one commandHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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