X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile;h=974895450f5ddb1ec5590944d2ad4f5860d75b4c;hb=850542e9585f716985c25d5995ba5bcb2cc6ba87;hp=c2429e5f9c256dfb01b8d02151cf293e4c4df2c0;hpb=13a73b80113568338e654aa1cb9dfb02d40b97c1;p=utcp diff --git a/Makefile b/Makefile index c2429e5..9748954 100644 --- 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