testsAndMisc/SFMLEngine/makefile

7 lines
117 B
Makefile

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