aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)