CC = gcc CFLAGS = -std=c99 -pedantic -Wall -g3 BuildRoutes: build_routes.o ismap.o string_util.o ${CC} ${CFLAGS} -o $@ $^