2 lines
51 B
Makefile
2 lines
51 B
Makefile
|
main.exe : *.cpp
|
||
|
g++ -o main.exe *.cpp ../SFML/*.a
|