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)
|
$(LIBS)
|
||||||
|
|
||||||
all: $(PROG).exe
|
all: $(PROG).exe
|
||||||
ifeq ($(DEBUG), y)
|
ifneq ($(DEBUG), y)
|
||||||
strip $(PROG).exe
|
strip $(PROG).exe
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -169,7 +169,7 @@ $(PROG).exe: $(OBJ) $(DBOBJ) $(LZFOBJ) $(SIDOBJ) $(SLIRPOBJ)
|
|||||||
$(LIBS)
|
$(LIBS)
|
||||||
|
|
||||||
all: $(PROG).exe
|
all: $(PROG).exe
|
||||||
ifeq ($(DEBUG), y)
|
ifneq ($(DEBUG), y)
|
||||||
strip $(PROG).exe
|
strip $(PROG).exe
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user