CC=gcc all: test.c $(CC) -o test test.c clean: rm -f test