1 2 3 4 5 6 7 8 9 10 11
CFLAGS := -O3 -std=gnu99 -no-pie run: prove.py code python3 $^ code: clean: $(RM) code .PHONY: clean run