From 51ef55041419606e97d7288cf4f17b9e83cd797f Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 16 Apr 2011 16:49:10 +1000 Subject: [PATCH] Add -f to rm when cleaning up to get rid of error message when running make clean twice --- test-tool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-tool/Makefile b/test-tool/Makefile index f728050..f4de5da 100644 --- a/test-tool/Makefile +++ b/test-tool/Makefile @@ -13,4 +13,4 @@ iscsi-test: iscsi-test.c $(TESTS) clean: rm -f *.o - rm iscsi-test \ No newline at end of file + rm -f iscsi-test \ No newline at end of file