From ee69d5dec05dfe7c5907cdbc613d37b5c61357c2 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 5 Mar 2017 19:48:09 +0100 Subject: [PATCH] Fixed (hopefully) the makefile. --- src/Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.mingw b/src/Makefile.mingw index 9ac7152bc..fdafe9849 100644 --- a/src/Makefile.mingw +++ b/src/Makefile.mingw @@ -33,8 +33,8 @@ LIBS = -mwindows -lwinmm -lopenal.dll -lopenal -lddraw -ldinput8 -ldxguid -ld3d9 86Box.exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ) $(CC) $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ) -o "86Box.exe" $(LIBS) sleep 10 -strip "86Box.exe" -sleep 10 + strip "86Box.exe" + sleep 10 all : 86Box.exe