streamfest/Makefile

6 lines
102 B
Makefile
Raw Normal View History

2014-10-29 15:11:21 +02:00
default:
$(MAKE) $(STREAMS:=.html)
%.html:
sed "s/{{stream}}/$(@:.html=)/g" < player.template > $@