mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
12 lines
130 B
Makefile
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
|