aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 1899fcf59e3742c67173f487ac56eab05df29c11 (plain)
1
2
3
4
all: tetris

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