From a2fa136988609cfd57a0aed53b42630339e052ac Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 Feb 2024 16:16:05 -0500 Subject: [PATCH] Remove unused production. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ea8fcd4..0da7fb8 100644 --- 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 -- 2.31.1