summaryrefslogtreecommitdiff
path: root/projects/Makefile
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-03-15 06:22:55 -0700
committerGitHub <noreply@github.com>2018-03-15 06:22:55 -0700
commit8ef4e1785212901e77bf10a90138c9f69fcb0d8b (patch)
tree10fbbaa9a0d41a6d8feeb54419e70038dcf7ff04 /projects/Makefile
parent214702b4e0a49c843099cb67a3fd2251d59a1566 (diff)
parent65d607b7b384ebc50cc388561a0f59370adbc6f3 (diff)
Merge pull request #560 from ProjectRevoTPP/visual_studio
IDE Integrations (cMake, Programmer's Notepad, Sublime Text)
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/Makefile b/projects/Makefile
new file mode 100644
index 000000000..812536503
--- /dev/null
+++ b/projects/Makefile
@@ -0,0 +1,3 @@
+### Stub Makefile to protect IDE configurations ###
+
+$(error Your environment is not setup correctly if this is being executed. Please remember to navigate up one folder and call the correct Makefile to compile pokeruby.)