diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-20 19:29:10 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-20 19:29:10 -0700 |
| commit | 12e366c735fca4b96aa13230e1b40eaee198387a (patch) | |
| tree | 3a108bef9c0b1f1f8a21ac6dcfde6aef50d9f849 | |
| parent | eb57aa4c696fee5049ea3731f97513fc405e159b (diff) | |
Removed termbox dep
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PREFIX= CC=cc CFLAGS=-O0 -std=gnu99 -g -LIBS=-ltermbox +LIBS= NAME=bb all: $(NAME) |
