From 2a9e97d7429f93a224fc366f78eed75308f3fc38 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 23 Sep 2019 22:44:30 -0400 Subject: fix erorr in previous commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7976fe..b504d98 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ win: BIN = chip8.exe all: executable win: executable -all: LDFLAGS = -lncursesw -lpthread +all: LDFLAGS = -lncursesw -ltinfow -lpthread win: LDFLAGS = ./win/pdcurses.a executable: chip8.c ui.c util.c -- cgit v1.2.3-101-g0448