1 2 3 4 5 6 7
debug: gcc -o main main.c -L../../target/debug -I../../include -ltnnl -lm .PHONY: debug release: gcc -o main main.c -L../../target/release -I../../include -ltnnl -lm .PHONY: release