## # Nodesystem # # @file # @version 0.1 CC="tcc" main: src/main.c src/node.c tcc -o $@ -I src $^ clean: rm -rf main # end