This website requires JavaScript.
Explore
Help
Sign In
localhots
/
breakout
Watch
1
Star
0
Fork
You've already forked breakout
0
Code
Releases
Activity
73b0f932ea
breakout
/
Makefile
10 lines
88 B
Makefile
Raw
Blame
History
CC
=
clang++
all
:
build
run
build
:
$(
CC
)
-lSDL2 main.cpp -o breakout
run
:
./breakout
View Git Blame
Copy Permalink