Commit 1b787155 authored by Ramkumar Ramachandra's avatar Ramkumar Ramachandra Committed by Linus Torvalds

selftests: fix clean target in kcmp Makefile

Signed-off-by: default avatarRamkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c7fed9cf
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment