mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 11:23:06 +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
|