Skip to content

Commit

Permalink
Clean CarthageKit.framework.zip as part of make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jun 18, 2015
1 parent eb3e7d0 commit e0296a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test: clean bootstrap

clean:
rm -f "$(OUTPUT_PACKAGE)"
rm -f "$(OUTPUT_FRAMEWORK_ZIP)"
rm -rf "$(TEMPORARY_FOLDER)"
$(BUILD_TOOL) $(XCODEFLAGS) clean

Expand Down

0 comments on commit e0296a7

Please sign in to comment.