Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mojae15 committed Feb 13, 2018
2 parents cc997ea + c89c8af commit 7283f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c

clean:
$(RM) $(OBJ)
$(RM) $(TEST_OBJ)

clean-all:
$(RM) $(OBJ)
$(RM) $(TEST_OBJ)
$(RM) $(EXE)
$(RM) $(TEST)

0 comments on commit 7283f76

Please sign in to comment.