Skip to content

Commit

Permalink
clean up object files on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed Feb 26, 2016
1 parent d957571 commit 63e83a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsyndicate-ug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $(INCLUDEDIR)/libsyndicate-filesystem/%.h: $(BUILD_LIBSYNDICATE_UG_INCLUDEDIR)/%

.PHONY: clean
clean:
@rm -rf $(LIBSYNDICATE_UG) $(LIBSYNDICATE_UG_SO) $(LIBSYNDICATE_UG_LIB) $(LIBSYNDICATE_UG_HEADERS)
@rm -rf $(LIBSYNDICATE_UG) $(LIBSYNDICATE_UG_SO) $(LIBSYNDICATE_UG_LIB) $(LIBSYNDICATE_UG_HEADERS) $(OBJ)

.PHONY: uninstall
uninstall:
Expand Down

0 comments on commit 63e83a0

Please sign in to comment.