TOPDIR = $(realpath ../..)

PROGRAM = tetris
SOURCES = $(wildcard *.c)

LDLIBS = -lterminfo

include $(TOPDIR)/build/build.prog.mk

CPPFLAGS += -UDEBUG
