mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Fixed a bug in the makefile - strip 86Box.exe should now be executed.
This commit is contained in:
@@ -169,7 +169,7 @@ $(PROG).exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ)
|
||||
$(LIBS)
|
||||
|
||||
all: $(PROG).exe
|
||||
ifeq ($(DEBUG), y)
|
||||
ifneq ($(DEBUG), y)
|
||||
strip $(PROG).exe
|
||||
endif
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@ $(PROG).exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ)
|
||||
$(LIBS)
|
||||
|
||||
all: $(PROG).exe
|
||||
ifeq ($(DEBUG), y)
|
||||
ifneq ($(DEBUG), y)
|
||||
strip $(PROG).exe
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user