add astyle make target

This commit is contained in:
Steffen Jaeckel 2017-09-15 12:47:06 +02:00
parent fedc15b625
commit 5aec0c4094

View File

@ -149,3 +149,6 @@ new_file:
perlcritic:
perlcritic *.pl
astyle:
astyle --options=astylerc $(OBJECTS:.o=.c)