CFILES=$(shell find src -name '*.c') CFLAGS=-std=c99 $(shell sdl2-config --cflags --libs) build: gcc $(CFLAGS) -o evosim $(CFILES)