Skip to content

Commit

Permalink
selftests: fix clean target in kcmp Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ramkumar Ramachandra authored and Linus Torvalds committed Jul 3, 2013
1 parent c7fed9c commit 1b78715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/testing/selftests/kcmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ run_tests: all
@./kcmp_test || echo "kcmp_test: [FAIL]"

clean:
rm -fr ./run_test
rm -fr ./test-file
$(RM) kcmp_test kcmp-test-file

0 comments on commit 1b78715

Please sign in to comment.