X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=fd9188b6a06367bc0e13944e00e3491017320c3d;hb=26379253c8c0c119ed9717ab066bd7a095214065;hp=1c1e32bf4309bac50bce4652d32dfc1db1eb41bb;hpb=d88dfd79fc9e1ea2a991ef628cf46d6901d92392;p=wumpus.git diff --git a/Makefile b/Makefile index 1c1e32b..fd9188b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=1.8 +# +# SPDX-FileCopyrightText: (C) Eric S. Raymond +# SPDX-License-Identifier: BSD-2-Clause +VERS=1.9 prefix?=/usr @@ -40,6 +43,9 @@ uninstall: rm $(prefix)/bin/wumpus $(prefix)/bin/superhack rm $(prefix)/share/man/man6/wumpus.6 +reflow: + @clang-format --style="{IndentWidth: 8, UseTab: ForIndentation}" -i $$(find . -name "*.[ch]") + CPPCHECKOPTS = cppcheck: cppcheck -DREVISION=$(VERS) $(CPPCHECKOPTS) wumpus.c