diff --git a/README.md b/README.md index 0d46261..a52cd46 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,8 @@ $ make all 3. Enjoy! You can now start programming your game in `src/main.cpp`. -If you wish to change the program entry point, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` - no smoke and mirrors! +### Notes: + +This project currently only supports the Clang compiler. + +If you wish to change the program entry point, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` - no smoke and mirrors! \ No newline at end of file