From ca00385342fb1122965d02e55fff15288138ee40 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 25 Sep 2018 02:09:44 +0000 Subject: New tests for 'pamaltsat', 'pamgetcolor', 'pamlevels', 'pamtris'; Various test fixes git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3338 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 4f0c063f..c640dfff 100644 --- a/test/Makefile +++ b/test/Makefile @@ -31,4 +31,4 @@ include $(SRCDIR)/common.mk distclean clean: cleanlocal .PHONY: cleanlocal cleanlocal: - rm -f $(PROGS) $(OKSTOGENERATE) + rm -f $(PROGS) $(patsubst %.rand-ok,%.ok,$(wildcard *.rand-ok)) -- cgit 1.4.1