diff --git a/unittest/Makefile b/unittest/Makefile index ba70038..8b24f9c 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -21,6 +21,6 @@ $(TARGET): $(OBJECTS) $(CC) $(CFLAGS) -I$(INCLUDE) $(OBJECTS) $(LIBS) -o $@ clean: - -rm -f *.o + -rm -f $(OBJECTS) -rm -f $(TARGET)