ScriptedAmigaEmulator/Makefile
Daniel Brooks 3fd89a2023 Add a Makefile that compiles everything to a single file
This is just about the simplest possible way to do it. I haven't
investigated different compilation options either.
2016-07-29 16:29:56 -07:00

2 lines
479 B
Makefile

scriptedamigaemulator.js: sae/prototypes.js sae/utils.js sae/dms.js sae/config.js sae/roms.js sae/memory.js sae/autoconf.js sae/expansion.js sae/events.js sae/gayle.js sae/ide.js sae/filesys.js sae/hardfile.js sae/input.js sae/serial.js sae/custom.js sae/blitter.js sae/copper.js sae/playfield.js sae/video.js sae/audio.js sae/cia.js sae/disk.js sae/rtc.js sae/m68k.js sae/cpu.js sae/amiga.js
closure-compiler --language_in=ECMASCRIPT6 --language_out ES5 $^ --js_output_file $@