@@ -3,7 +3,7 @@ CC=clang++
all: build run
build:
$(CC) -lSDL2 main.cpp -o breakout
$(CC) -lSDL2 src/scene.cpp src/breakout.cpp -o breakout
run:
./breakout
The note is not visible to the blocked user.