Removed termbox dep

This commit is contained in:
Bruce Hill 2019-05-20 19:29:10 -07:00
parent eb57aa4c69
commit 12e366c735

View File

@ -1,7 +1,7 @@
PREFIX=
CC=cc
CFLAGS=-O0 -std=gnu99 -g
LIBS=-ltermbox
LIBS=
NAME=bb
all: $(NAME)