Skip to content

Commit

Permalink
Added Makefile to ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Jan 11, 2016
1 parent 94289dc commit 277fa19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ run: update pistream.py

.PHONY: clean
update:
@git fetch --all
@git reset --hard origin/master
-@git fetch --all
-@git reset --hard origin/master

0 comments on commit 277fa19

Please sign in to comment.