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