Removed -ltermbox from make

This commit is contained in:
Bruce Hill 2019-09-22 19:35:23 -07:00
parent 2ddfd22e3f
commit 2d765028cf

View File

@ -1,7 +1,7 @@
PREFIX=
CC=cc
CFLAGS=-O3 -std=gnu99
LIBS=-ltermbox -lm
LIBS=-lm
NAME=2pend
all: $(NAME)