diff --git a/media/Makefile b/media/Makefile index 03fbd24..3e5bc49 100644 --- a/media/Makefile +++ b/media/Makefile @@ -1,6 +1,9 @@ -FILES = index.html +FILES = index.html flash RELDIR = media/ include ../common.mk +$(OUTDIR)flash: + ln -s ../flash $(OUTDIR)flash + build: sed -i 's| xmlns=""||' $(OUTDIR)*.html