all: gcc main.c -o main.out exec: all ./main.out clean: rm -rf *.o *.out