aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-20 19:29:10 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-20 19:29:10 -0700
commit12e366c735fca4b96aa13230e1b40eaee198387a (patch)
tree3a108bef9c0b1f1f8a21ac6dcfde6aef50d9f849 /Makefile
parenteb57aa4c696fee5049ea3731f97513fc405e159b (diff)
Removed termbox dep
Diffstat (limited to 'Makefile')
-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)