mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
strip release binaries
This commit is contained in:
parent
788ebda35b
commit
95a7f64eff
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ memdebug:
|
|||
|
||||
$(TARGET) : $(OBJS) $(RESOBJS)
|
||||
$(CC) $(CFLAGS) $(LFLAGS) -mwindows $^ $(CELIBS) -o $@
|
||||
ifneq ($(DEBUG),TRUE)
|
||||
$(STRIP) $@
|
||||
endif
|
||||
|
||||
$(OBJDIR)/%.o : %.c $(INCLUDES)
|
||||
mkdir -p $(dir $@)
|
||||
|
|
Loading…
Add table
Reference in a new issue