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