From d20068025b93350b7a1f6443542103c1a3569afe Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 28 Sep 2019 17:39:05 -0400 Subject: make cpu 500hz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40a53e2..ddd2e05 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: executable win: executable all: LDFLAGS = -lSDL2 -win: LDFLAGS = -lSDL2 +win: LDFLAGS = $(shell pkg-config --libs sdl2) -lws2_32 executable: chip8.c ui_sdl.c $(CC) $(CFLAGS) -o $(BIN) chip8.c ui_sdl.c $(LDFLAGS) -- cgit v1.2.3-101-g0448