testsAndMisc/SFMLEngine/helloWorld/makefile

7 lines
117 B
Makefile
Raw Normal View History

2022-01-21 03:42:58 +01:00
compile:./hello.cpp
g++ -c ./hello.cpp
g++ hello.o -o app -lsfml-graphics -lsfml-window -lsfml-system
run:
./app