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