mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-19 22:31:34 +00:00
13 lines
254 B
Makefile
13 lines
254 B
Makefile
all:
|
|
cd xa-pre-process ; make ; cd ..
|
|
cd common ; make ; cd ..
|
|
cd emulator ; make ; cd ..
|
|
|
|
run:
|
|
./emulator/emulator < common/system.obj
|
|
|
|
clean:
|
|
cd xa-pre-process ; make clean ; cd ..
|
|
cd common ; make clean ; cd ..
|
|
cd emulator ; make clean ; cd ..
|