mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
temp hack for separate rss files
This commit is contained in:
parent
f000d37e0c
commit
d6a7207614
1 changed files with 5 additions and 0 deletions
|
@ -154,5 +154,10 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.cpp
|
|||
$(NAME).mbg $(NAME).mbm: $(IMG_SRC)
|
||||
$(BMCONV) /h$(NAME).mbg $(NAME).mbm $(subst ..,/2..,$(IMG_SRC))
|
||||
|
||||
# temporary hack until I get 'round to breaking the .rss file into
|
||||
# common, 60 and 80 (with the latter two including the first).
|
||||
$(NAME).rss: xwords.rss
|
||||
ln -s $< $@
|
||||
|
||||
clean:
|
||||
rm -f $(GENERATED) $(NAME).aifspec $(OBJECTS) $(MBG) *.mbm
|
||||
|
|
Loading…
Reference in a new issue