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