CFLAGS := -O3 -std=gnu99 -no-pie run: prove.py code python3 $^ code: clean: $(RM) code .PHONY: clean run