Adding an astyle make target and running everything through it
This commit is contained in:
@@ -5,6 +5,10 @@ EVERYTHING := \
|
||||
.PHONY: all
|
||||
all: $(EVERYTHING)
|
||||
|
||||
.PHONY: all
|
||||
style:
|
||||
astyle -r '*.ino' -n
|
||||
|
||||
arduino.mk:
|
||||
curl -L -o $@ -s http://ed.am/dev/make/arduino-mk/arduino.mk
|
||||
|
||||
|
Reference in New Issue
Block a user