aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4c1921..eaf6e7e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ test:
@$(MAKE) -C core
@$(MAKE) -C vim
@$(MAKE) -C vis
+ @$(MAKE) -C lua
test-local: keys-local test
@@ -12,5 +13,6 @@ clean:
@$(MAKE) -C core clean
@$(MAKE) -C vim clean
@$(MAKE) -C vis clean
+ @$(MAKE) -C lua clean
.PHONY: test test-local keys-local clean