diff options
-rw-r--r-- | test/hello_world/Makefile.check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world/Makefile.check b/test/hello_world/Makefile.check index 638a627..a3c3c7a 100644 --- a/test/hello_world/Makefile.check +++ b/test/hello_world/Makefile.check @@ -21,4 +21,4 @@ clean: hello_world-test-clean hello_world-test-clean: $(RM) -f test/hello_world/hello_kernel/hello_kernel - $(RM) -f test/hello_world/hello_kernel/hello_kernel.o + $(RM) -f test/hello_world/hello_kernel/hello_kernel.[od] |