first: first.c
	gcc -g -Wall -o first first.c

clean:
	rm core first.o first

