Removed -ltermbox from makefile

This commit is contained in:
Bruce Hill 2019-09-22 19:36:17 -07:00
parent cebe5c9c11
commit d58a8c107f

View File

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