summaryrefslogtreecommitdiff
path: root/keyboards/handwired/retro_refit/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-09-19 01:21:25 -0400
committerGitHub <noreply@github.com>2016-09-19 01:21:25 -0400
commitc678676e415c20d78ee3e026a96a2d5c4853c250 (patch)
treea1751dd35d225e55cf255d08870fa6e779d9bab3 /keyboards/handwired/retro_refit/Makefile
parent6282fc8dc11a04dde5e340491ad42c99a161897c (diff)
parentbbf06d516a2946816e2ad53798dac7ee901ad25b (diff)
Merge pull request #755 from IBNobody/master
Fix USER PRINT/NO PRINT warning w/ Bootmagic
Diffstat (limited to 'keyboards/handwired/retro_refit/Makefile')
-rw-r--r--keyboards/handwired/retro_refit/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/retro_refit/Makefile b/keyboards/handwired/retro_refit/Makefile
new file mode 100644
index 0000000000..191c6bb664
--- /dev/null
+++ b/keyboards/handwired/retro_refit/Makefile
@@ -0,0 +1,3 @@
+ifndef MAKEFILE_INCLUDED
+ include ../../../Makefile
+endif \ No newline at end of file