Initial commit. Added old code. Added README

This commit is contained in:
2022-12-07 17:32:08 +02:00
commit 0102605c07
10 changed files with 866 additions and 0 deletions

9
Makefile Normal file
View File

@@ -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