testsAndMisc/SFMLEngine/minimalExample/makefile

7 lines
123 B
Makefile

compile:./example.cpp
g++ -c ./example.cpp
g++ example.o -o app -lsfml-graphics -lsfml-window -lsfml-system
run:
./app