From: Jason S. Ninneman Date: Thu, 8 Jun 2017 07:14:09 +0000 (-0700) Subject: Remove .adv files with make clean. X-Git-Tag: 1.1~519 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0f65f14b362a327c53bcb889c74b59ce42088848;p=open-adventure.git Remove .adv files with make clean. --- diff --git a/tests/Makefile b/tests/Makefile index 81aa23b..e4983ad 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -14,7 +14,7 @@ all: regress .SUFFIXES: .chk clean: - rm -fr *~ adventure.text + rm -fr *~ adventure.text *.adv # Show summary lines for all tests. testlist: