apple2js/Makefile
Will Scullin 4d80f9f28e Initial checkin
Initial checkin, still pretty rough around the edges.
2013-10-10 11:03:07 -07:00

12 lines
130 B
Makefile

default:
$(MAKE) -C js
index:
./scripts/index.pl > json/disks/index.js
clean:
$(MAKE) -C js clean
lint:
$(MAKE) -C js lint