mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
235255b8f0
completes the Jam -> Make/XCode switch. Hope it doesn't break too much.
9 lines
187 B
Makefile
9 lines
187 B
Makefile
include ../Makefile.config
|
|
include ../Makefile.common
|
|
|
|
Info.plist: Info.plist.in ../Makefile.common
|
|
$(RM) $@
|
|
sed "s/%%VERSION%%/$(VERSION_STRING)/g" < $< > $@
|
|
|
|
clean:
|
|
$(RM) Info.plist
|