1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00
transmission/macosx/Makefile
2006-05-29 21:21:23 +00:00

11 lines
195 B
Makefile

# $Id$
include ../Makefile.config
include ../Makefile.common
Info.plist: Info.plist.in ../Makefile.common
$(RM) $@
sed "s/%%VERSION%%/$(VERSION_STRING)/g" < $< > $@
clean:
$(RM) Info.plist