projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a0862
)
Remove unused production.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Feb 2024 21:16:05 +0000
(16:16 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Feb 2024 21:16:05 +0000
(16:16 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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