From a95ae7068a35f8c7a65da48681eec334fa2c26d7 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 24 Sep 2019 23:48:46 -0400 Subject: draw instruction --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b504d98..d1cb938 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: executable win: executable all: LDFLAGS = -lncursesw -ltinfow -lpthread -win: LDFLAGS = ./win/pdcurses.a +win: LDFLAGS = ./win/pdcurses.a -lpthread executable: chip8.c ui.c util.c $(CC) $(CFLAGS) -o $(BIN) chip8.c ui.c util.c $(LDFLAGS) -- cgit v1.2.3-101-g0448