diff options
Diffstat (limited to 'utest/Makefile')
-rw-r--r-- | utest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utest/Makefile b/utest/Makefile index 38ebb03df..31cb93176 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -45,7 +45,7 @@ run_test: $(TARGET) ./$(TARGET) clean: - -rm -f *.o $(TARGET) + -rm -f *.o $(TARGET) -rm -rf $(CUNIT_DIR) libs: |