TARGETS := gen_adj_matrix TARGETS += floyd all: $(TARGETS) %: %.o $(CC) -o $@ $< clean: -rm -f *~ *.o $(TARGETS)