diff options
-rw-r--r-- | projects/Makefile | 3 |
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.) |