Initial commit

This commit is contained in:
2015-09-28 20:46:34 +03:00
commit 73b0f932ea
3 changed files with 32 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
CC=clang++
all: build run
build:
$(CC) -lSDL2 main.cpp -o breakout
run:
./breakout