]> git.meshlink.io Git - utcp/blobdiff - Makefile
Format the code using the Artistic Style formatter.
[utcp] / Makefile
index c2429e5f9c256dfb01b8d02151cf293e4c4df2c0..974895450f5ddb1ec5590944d2ad4f5860d75b4c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,4 +14,7 @@ selftest: utcp.o selftest.c
 clean:
        rm -f *.o $(BIN)
 
-.PHONY: clean
+astyle:
+       astyle --options=.astylerc -nQ *.c *.h
+
+.PHONY: clean astyle