]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - Makefile.am
rec: Add a regression test for the RPZ updates with several deltas
[thirdparty/pdns.git] / Makefile.am
index 704855f1c6855113bac64e884de791553f1415e4..5e4f489fbede5505cd9ad1fc48d4f4c0a5642bfc 100644 (file)
@@ -15,3 +15,7 @@ EXTRA_DIST = \
 ACLOCAL_AMFLAGS = -I m4
 
 dvi: # do nothing to build dvi
+
+format-code:
+       ./build-scripts/format-code `find modules pdns -type f -name '*.[ch][ch]'`
+