From: Jay Liu Date: Wed, 6 Sep 2017 16:47:41 +0000 (-0400) Subject: Update Infinity Ergodox Makefile (#1682) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b03286723634234c8b9b5dbca603721a20422346;p=qmk_firmware.git Update Infinity Ergodox Makefile (#1682) I believe this change is needed in response to the recent change in folder structure. --- diff --git a/keyboards/ergodox_infinity/Makefile b/keyboards/ergodox_infinity/Makefile index bd09e5885..57b2ef62e 100644 --- a/keyboards/ergodox_infinity/Makefile +++ b/keyboards/ergodox_infinity/Makefile @@ -1,3 +1,3 @@ ifndef MAKEFILE_INCLUDED - include ../../../Makefile + include ../../Makefile endif