mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 22:23:02 +02:00
7 lines
123 B
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
|