027794763a/Makefile
| 3f44ecfab72cfb21d66e7a3075cfec2b3f7c8773 | 027794763a55e8466e4e8003f28e383073d28a41 | ||
|---|---|---|---|
1 | default: clean retroImage | 1 | default: clean binary imagefile |
2 | |||
3 | binary: | ||
2 | @make -C vm/console | 4 | @make -C vm/console |
3 | @cp vm/console/retro ./retro | 5 | @cp vm/console/retro ./retro |
4 | @make -C vm/fast-console | 6 | @make -C vm/fast-console |
5 | @cp vm/fast-console/retro ./retro-fast | 7 | @cp vm/fast-console/retro ./retro-fast |
6 | 8 | ||
7 | retroImage: | 9 | imagefile: |
10 | @make -C image | ||
8 | @cp image/retroImage . | 11 | @cp image/retroImage . |
9 | @echo "editor new editor save bye" | ./retro | 12 | @echo "editor new editor save bye" | ./retro |
10 | 13 |
Download diff