Skip to content

Commit

Permalink
Add firmware loader for the GIMX adapter #457
Browse files Browse the repository at this point in the history
  • Loading branch information
matlo committed Jun 23, 2017
1 parent d5e8cba commit c251795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ install: all
done
ifeq ($(MSYSTEM),MINGW64)
cp -u -f /mingw64/bin/avrdude.exe setup
cp -u -f /mingw64/bin/avrdude.conf setup
else
cp -u -f /mingw32/bin/avrdude.exe setup
cp -u -f /mingw32/bin/avrdude.conf setup
endif

.PHONY: subdirs $(DIRS)
Expand Down

0 comments on commit c251795

Please sign in to comment.