SFML_Experiments/FirstTest/makefile

2 lines
60 B
Makefile
Raw Normal View History

2020-01-04 14:20:07 +03:00
main.exe : *.cpp
g++ -o main.exe main.cpp *.hpp ../SFML/*.a