Skip to content
Snippets Groups Projects
Commit e1d9c86f authored by John Hodge's avatar John Hodge
Browse files

Fixed client makefile for clean

parent 54d6e1ce
Branches
No related merge requests found
......@@ -13,7 +13,7 @@ DEPFILES := $(OBJ:%.o=%.d)
all: $(BIN)
clean:
$(RM) $(BIN) $(OBJ)
$(RM) $(BIN) $(OBJ) $(DEPFILES)
$(BIN): $(OBJ)
$(CC) -o $(BIN) $(OBJ) $(LDFLAGS)
......
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