Skip to content

Commit

Permalink
Make pull should now work with missing (autogenerated) fd.img
Browse files Browse the repository at this point in the history
  • Loading branch information
enkiv2 committed Jul 14, 2011
1 parent ab76097 commit 65198f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ push: clean update
git push origin master

update:
rm src/fd.img
rm -f src/fd.img
git pull origin master

pull: update
Expand Down

0 comments on commit 65198f7

Please sign in to comment.