Remove .adv files with make clean.
authorJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 07:14:09 +0000 (00:14 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 07:15:03 +0000 (00:15 -0700)
tests/Makefile

index 81aa23be0904379f02230518d21d63cec055a677..e4983ad2e1585c1f5700c5cf188a696a7a6b639e 100644 (file)
@@ -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: