summaryrefslogtreecommitdiff
path: root/keyboards/frosty_flake/Makefile
diff options
context:
space:
mode:
authorGabriel Young2017-03-18 15:38:03 -0700
committerGabriel Young2017-03-18 15:38:03 -0700
commit3766f902a02da7e9355685c733f70bcff9fe5a12 (patch)
tree9762efcad6e58fa404936d7b375ce7584fe28226 /keyboards/frosty_flake/Makefile
parent70d83afff9c9074eeec3407c591b8683ccd82ef9 (diff)
boilerplate project created with new_project.sh
Diffstat (limited to 'keyboards/frosty_flake/Makefile')
-rw-r--r--keyboards/frosty_flake/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/frosty_flake/Makefile b/keyboards/frosty_flake/Makefile
new file mode 100644
index 000000000..57b2ef62e
--- /dev/null
+++ b/keyboards/frosty_flake/Makefile
@@ -0,0 +1,3 @@
+ifndef MAKEFILE_INCLUDED
+ include ../../Makefile
+endif