From 4c4110d6529a502efba928ffb03af64816053eb9 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 23 Sep 2019 22:39:37 -0400 Subject: improve ui and implement 2 more instructions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b504d98..a7976fe 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ win: BIN = chip8.exe all: executable win: executable -all: LDFLAGS = -lncursesw -ltinfow -lpthread +all: LDFLAGS = -lncursesw -lpthread win: LDFLAGS = ./win/pdcurses.a executable: chip8.c ui.c util.c -- cgit v1.2.3-101-g0448