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