@@ -1,6 +1,6 @@
build/apad: main.cpp Pieces.cpp
build/apad: main.cpp Pieces.cpp Pieces.h
mkdir -p build
clang++ -g -O0 -std=c++17 -o $@ $^ -lncurses
clang++ -g -O0 -std=c++17 -o $@ main.cpp Pieces.cpp -lncurses
clean:
rm build/apad
The note is not visible to the blocked user.