summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-09-23 22:44:30 -0400
committerAndrew Opalach <andrew@akon.city> 2019-09-23 22:44:30 -0400
commit2a9e97d7429f93a224fc366f78eed75308f3fc38 (patch)
tree58db4ccf6803321bb7ad62f7d57320affaa0cb42 /Makefile
parent4c4110d6529a502efba928ffb03af64816053eb9 (diff)
downloadchip8-2a9e97d7429f93a224fc366f78eed75308f3fc38.tar.gz
chip8-2a9e97d7429f93a224fc366f78eed75308f3fc38.tar.bz2
chip8-2a9e97d7429f93a224fc366f78eed75308f3fc38.zip
fix erorr in previous commit
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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