]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make sure clean is clean.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 18 Sep 2018 13:18:14 +0000 (09:18 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 18 Sep 2018 13:18:14 +0000 (09:18 -0400)
test/Makefile

index 1e1751630c6f90a882c77d5377647461fb1e2ac9..7f58104065fb7aef8c0d453c06fe86c0fe2cd1d0 100644 (file)
@@ -84,7 +84,7 @@ unittests:
 
 clean:
        $(RM) $(TARGETS) $(OBJS)
-       $(RM) ippserver ippserver-shared ipptool-static
+       $(RM) ippfind-static ippserver ippserver-shared ipptool-static
 
 
 #