6 lines
102 B
Makefile
6 lines
102 B
Makefile
|
default:
|
||
|
$(MAKE) $(STREAMS:=.html)
|
||
|
|
||
|
%.html:
|
||
|
sed "s/{{stream}}/$(@:.html=)/g" < player.template > $@
|