summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-09-23 22:39:37 -0400
committerAndrew Opalach <andrew@akon.city> 2019-09-23 22:39:37 -0400
commit4c4110d6529a502efba928ffb03af64816053eb9 (patch)
treec4e687e01ad37691128d93e32e853877e56ce731 /Makefile
parent1ea493d0d11d19dd3777f3e2646bce19929f786a (diff)
downloadchip8-4c4110d6529a502efba928ffb03af64816053eb9.tar.gz
chip8-4c4110d6529a502efba928ffb03af64816053eb9.tar.bz2
chip8-4c4110d6529a502efba928ffb03af64816053eb9.zip
improve ui and implement 2 more instructions
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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