diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |