SFML_Experiments/FirstTest/makefile

2 lines
60 B
Makefile

main.exe : *.cpp
g++ -o main.exe main.cpp *.hpp ../SFML/*.a