testsAndMisc/CPP/SFMLEngine/minimalExample/makefile

7 lines
123 B
Makefile
Raw Normal View History

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