Force remove artifacts in clean target.

This commit is contained in:
Konrad Zemek 2016-03-08 12:27:14 +01:00
parent 03f93c4f7d
commit 1789c6d3c8

View File

@ -72,4 +72,4 @@ $(C_SRC_OUTPUT): $(OBJECTS)
$(COMPILE_CPP) $(OUTPUT_OPTION) $<
clean:
@rm $(C_SRC_OUTPUT) $(OBJECTS)
@rm -f $(C_SRC_OUTPUT) $(OBJECTS)