Experiment with reindenting.
This commit is contained in:
parent
13f2e85535
commit
d587a5951b
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -104,6 +104,9 @@ advent-$(VERS).tar.gz: $(SOURCES) $(DOCS)
|
||||||
(tar -T MANIFEST -czvf advent-$(VERS).tar.gz)
|
(tar -T MANIFEST -czvf advent-$(VERS).tar.gz)
|
||||||
@(rm advent-$(VERS))
|
@(rm advent-$(VERS))
|
||||||
|
|
||||||
|
indent:
|
||||||
|
astyle -n -A3 --pad-first-paren-out --min-conditional-indent=1 --pad-oper *.c
|
||||||
|
|
||||||
release: advent-$(VERS).tar.gz advent.html history.html hints.html notes.html
|
release: advent-$(VERS).tar.gz advent.html history.html hints.html notes.html
|
||||||
shipper version=$(VERS) | sh -e -x
|
shipper version=$(VERS) | sh -e -x
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue