Skip to content

Commit

Permalink
Shut Xcode up when cleaning non-existed version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jan 24, 2015
1 parent 7c63d2f commit d5442df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependency/version/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ version.h:
.PHONY: ALL clean distclean

clean:
rm version.h
-rm version.h 2>/dev/null

distclean: clean

0 comments on commit d5442df

Please sign in to comment.