mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
strip all .exe files, not just for release.
This commit is contained in:
parent
afb90f6d90
commit
667c705f44
1 changed files with 0 additions and 2 deletions
|
@ -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 $@)
|
||||
|
|
Loading…
Reference in a new issue