@@ -0,0 +1,16 @@
all:
gcc -DNDEBUG b2t.c -o b2t
gcc -DNDEBUG t2b.c -o t2b
debug:
gcc b2t.c -o b2t
gcc t2b.c -o t2b
b2t:
t2b:
clean:
rm -f b2t t2b
The note is not visible to the blocked user.