From 12e366c735fca4b96aa13230e1b40eaee198387a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 20 May 2019 19:29:10 -0700 Subject: [PATCH] Removed termbox dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3005d6..a121074 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX= CC=cc CFLAGS=-O0 -std=gnu99 -g -LIBS=-ltermbox +LIBS= NAME=bb all: $(NAME)