Experiment with reindenting.

This commit is contained in:
Eric S. Raymond 2017-06-17 12:04:26 -04:00
parent 13f2e85535
commit d587a5951b

View file

@ -104,6 +104,9 @@ advent-$(VERS).tar.gz: $(SOURCES) $(DOCS)
(tar -T MANIFEST -czvf advent-$(VERS).tar.gz)
@(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
shipper version=$(VERS) | sh -e -x