makefile 95 B

12345
  1. COMPILED_ENGINE=dd_pixi_engine.js
  2. ${COMPILED_ENGINE} : pixi/pixi.min.js src/*.js
  3. cat $^ > $@