Update Infinity Ergodox Makefile (#1682)

I believe this change is needed in response to the recent change in folder structure.
This commit is contained in:
Jay Liu 2017-09-06 12:47:41 -04:00 committed by skullydazed
parent c8e232907f
commit b032867236
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
ifndef MAKEFILE_INCLUDED
include ../../../Makefile
include ../../Makefile
endif