Makefile update

This commit is contained in:
Artur Meski
2018-03-28 21:02:46 +01:00
parent 5f1a759c8f
commit 38683e1041

View File

@@ -43,3 +43,8 @@ rsin_parser.lex.cc: rsin_parser.ll
flex rsin_parser.ll flex rsin_parser.ll
mv lex.yy.c rsin_parser.lex.cc mv lex.yy.c rsin_parser.lex.cc
style:
astyle --max-code-length=78 --break-closing-brackets --convert-tabs --add-brackets --max-instatement-indent=40 -s2 -C -xG -S -f -p -H -k1 -c --style=kr --align-pointer=name *.cc *.hh
commit: style
git commit -a