Draw bricks

This commit is contained in:
2015-10-04 15:48:57 +03:00
parent efcf9cfffe
commit e6c1e2a15a
9 changed files with 127 additions and 47 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ CC=clang++
all: build run
build:
$(CC) -lSDL2 src/scene.cpp src/breakout.cpp -o breakout
$(CC) -lSDL2 src/brick.cpp src/scene.cpp src/breakout.cpp -o breakout
run:
./breakout