@@ -0,0 +1,8 @@
all: build run
build:
g++ main.cpp -o pokerc -std=c++11
cd apps && ./build.py
run:
chmod +x pokerc
./pokerc
The note is not visible to the blocked user.