Remove unused production.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 4 Feb 2024 21:16:05 +0000 (16:16 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 4 Feb 2024 21:16:05 +0000 (16:16 -0500)
Makefile

index ea8fcd4732497d47ac75c616fe69d2d9de50da21..0da7fb82e18aca671880fd84ecdad41390d7088f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -112,9 +112,6 @@ advent-$(VERS).tar.gz: $(SOURCES) $(DOCS)
        (tar -T MANIFEST -czvf advent-$(VERS).tar.gz)
        @(rm advent-$(VERS))
 
-indent:
-       astyle -n -A3 --pad-header --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