diff options
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|