From c2517959e163e8939656493eaaa251d5d49cb6f3 Mon Sep 17 00:00:00 2001 From: matlo Date: Fri, 23 Jun 2017 07:48:56 +0200 Subject: [PATCH] Add firmware loader for the GIMX adapter #457 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7fea1ead..29457057 100644 --- a/Makefile +++ b/Makefile @@ -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)