1
0
Fork 0
breakout/Makefile

10 lines
88 B
Makefile
Raw Normal View History

2015-09-28 17:46:34 +00:00
CC=clang++
all: build run
build:
$(CC) -lSDL2 main.cpp -o breakout
run:
./breakout