diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-18 22:16:05 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-18 22:16:05 -0500 |
commit | 3058c81a7092e62d0e32ac4dcd93d47a19306679 (patch) | |
tree | 7839506720cc66eb0ca399fdfd9b409ddadee10e | |
parent | 42f56b13e10ff399308b9217332479b609017cfa (diff) |
add stub Makefile for error detection
-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.) |