strip all .exe files, not just for release.

This commit is contained in:
ehouse 2006-02-20 01:57:18 +00:00
parent afb90f6d90
commit 667c705f44

View file

@ -117,9 +117,7 @@ memdebug:
$(TARGET) : $(OBJS) $(RESOBJS)
$(CC) $(CFLAGS) $(LFLAGS) -mwindows $^ $(CELIBS) -o $@
ifneq ($(DEBUG),TRUE)
$(STRIP) $@
endif
$(OBJDIR)/%.o : %.c $(INCLUDES)
mkdir -p $(dir $@)