summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cc9dea0b..f8f59878c 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,9 @@ client-install: client
python setup-client.py install --root $(DESTDIR); \
fi
+lint:
+ ./make-lint
+
test:
$(MAKE) -C install/po test_lang
./make-test