1 2 3 4
all: tetris tetris: $(wildcard *.c *.h) gcc -Wall -Wextra -std=c11 -O2 -fwrapv -o $@ $(filter %.c,$^) -Itermio termio/libtermio.a