edited readme

This commit is contained in:
Aryeh 2020-11-19 16:27:03 +11:00
parent f504cd4b85
commit a3a9c5ece1

View File

@ -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!