Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
krystalgamer committed Nov 9, 2023
1 parent 1379651 commit 2a69915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkr_extractor/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=i686-w64-mingw32-gcc
STRIP=i686-w64-mingw32-strip
CC=i686-w64-mingw32-gcc.exe
STRIP=i686-w64-mingw32-strip.exe
LIBS = -lz
OBJ = pkr.o walk.o extract.o
CFLAGS = -std=c11 -O2 -static
Expand Down

0 comments on commit 2a69915

Please sign in to comment.