CC=gcc .PHONY: all run clean all: checkout checkout: $(CC) -o checkout checkout.c run: ./checkout clean: rm checkout