diff --git a/Makefile b/Makefile index b51ca13..835e75f 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ build-windows: build/stamp build/hello.c out/windows/res cp windows-libs/* out/windows/ echo "Now build the exe in windows using the script." -build-web: build out/hello.js +build-web: out/res out/hello.js build-web-dist: out/hello-demo.zip build/stamp: src/Hello.hx @@ -66,12 +66,12 @@ out/linux/hello-linux64-native: out/linux/res build/hello.o cp linux-manifest/* out/linux cp linux-libs/* out/linux -out/index.html: index.html - cp index.html out/ - out/hello.js: out/res out/index.html $(HAXE) -cp src $(JSLIBS) -js $@ -main Hello +out/index.html: web-manifest/index.html + cp web-manifest/index.html out/ + package: out/linux/hello-linux64-native out/windows/hello.exe cp -R windows-manifest/* out/windows cp -R linux-manifest/* out/linux