浏览代码

Update Infinity Ergodox Makefile (#1682)

I believe this change is needed in response to the recent change in folder structure.
Jay Liu 8 年之前
父节点
当前提交
b032867236
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      keyboards/ergodox_infinity/Makefile

+ 1 - 1
keyboards/ergodox_infinity/Makefile

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