Let's use the Makefile from the project to illustrate how Make works CFLAGS=-std=c11 -g -fno-common SRCS=$(wildcard src/*.zig) TEST_SRCS=$(wildcard test/*.c) TESTS ...