From b54e9e86dfaed1320f7ccce560f82c233f67bf1a Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Nov 09 2016 12:08:32 +0000 Subject: Build: add makeaci lint target https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti Reviewed-By: Christian Heimes --- diff --git a/Makefile.am b/Makefile.am index 803b0a9..4c54c91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,11 @@ endif WITH_PYLINT if WITH_JSLINT JSLINT_TARGET = jslint endif WITH_JSLINT -lint: $(PYLINT_TARGET) $(JSLINT_TARGET) +lint: acilint $(PYLINT_TARGET) $(JSLINT_TARGET) + +.PHONY: acilint +acilint: + cd $(srcdir); ./makeaci --validate .PHONY: pylint pylint: