Commit ea423aa5 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

test: Update makefile clean target

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 477adf0c
......@@ -28,4 +28,6 @@ $(PROGS): $(OBJS)
clean:
$(Q) $(RM) -f ./*.o
$(Q) $(RM) -f ./$(PROGS)
$(Q) $(RM) -f ./$(PROGS-TH)
$(Q) $(RM) -f ./f1-file
.PHONY: clean
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