Skip to content

Commit

Permalink
minor fix for mingw makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
szymor committed Jan 6, 2024
1 parent 7413dcd commit 30d8a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKG = i686-w64-mingw32-pkg-config
CC = i686-w64-mingw32-gcc
WINDRES = i686-w64-mingw32-windres

TARGET = soulfu
TARGET = soulfu.exe
SRC = source/soulfu.c
DEP = $(wildcard source/*.c source/*.h)
LDLIBS = -lSDL -lSDL_net -l:libjpeg.a -l:libvorbis.a -l:libogg.a -lopengl32
Expand Down

0 comments on commit 30d8a85

Please sign in to comment.