all: coredump coredump: coredump.o gcc -o $@ $^ %.o: %.c gcc -fPIC -g -c -o $@ $< clean: rm -f coredump coredump.o .PHONY: clean all