working commit
This commit is contained in:
@@ -45,8 +45,14 @@ run: helmetd
|
||||
hello.pb.cc hello.pb.h: hello.proto
|
||||
$(PROTOC) --cpp_out=. hello.proto
|
||||
|
||||
ASTYLE_OPTS = --indent=spaces=8 --style=java
|
||||
format:
|
||||
$(ASTYLE) $(ASTYLE_OPTS) *.hpp *.cpp
|
||||
|
||||
clean-local:
|
||||
rm -rf autom4te.cache
|
||||
rm -f *~
|
||||
rm -f *.o
|
||||
rm -f *.orig
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user