@@ -0,0 +1,9 @@
all:
make mindgen
make watcher
mindgen:
g++ MindNode.cpp mindgen_funcs.cpp mindgen.cpp -o mindgen
watcher:
gcc watcher.c -o watcher
The note is not visible to the blocked user.