SFML community forums

Help => General => Topic started by: Zonsa on December 02, 2021, 11:52:35 am

Title: Makefile doesnt create main.exe
Post by: Zonsa on December 02, 2021, 11:52:35 am
Hey,
still trying to set up my SFML Project.
When i try to execute my Makefile i get an error (screenshot in attachments) ... it creates the main.o but not the .exe . You can see the project here https://github.com/ZonsaC/ReposMT
Title: Re: Makefile doesnt create main.exe
Post by: eXpl0it3r on December 02, 2021, 01:31:50 pm
I think there shouldn't be a space between -l and sfml-graphics etc.
Nor for -L or -I
Title: Re: Makefile doesnt create main.exe
Post by: Zonsa on December 02, 2021, 02:15:04 pm
I think there shouldn't be a space between -l and sfml-graphics etc.
Nor for -L or -I
tried it ... didnt work