Skip to content

Commit

Permalink
Added makefile libraries information
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbe committed May 15, 2022
1 parent 67b47ef commit b5dcf95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b5dcf95

Please sign in to comment.