From a3a9c5ece12ea50913fe7e79001dcd5bedbe8429 Mon Sep 17 00:00:00 2001 From: Aryeh Date: Thu, 19 Nov 2020 16:27:03 +1100 Subject: [PATCH] edited readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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