1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
transmission/macosx/Makefile

10 lines
187 B
Makefile
Raw Normal View History

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