
all: test.c
	cc -g test.c

.PHONY: clean
clean:
	rm -fr a.out a.out.dSYM
