From b5dcf955d0a3b559a0e181e227f75fb0e1e5be61 Mon Sep 17 00:00:00 2001 From: alesbe Date: Sun, 15 May 2022 12:39:00 +0200 Subject: [PATCH] Added makefile libraries information --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 732fef6..5f0598e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +# +# ! Atention ! +# This Makefile only compiles and cleans the executable, but does not include any libraries, You'll need to manually install SFML libraries for now! +# + # SFML Libs SFML_DIR=./libs/SFML LIBDIR=$(SFML_DIR)/lib