source:
trunk/src/testing/app/mframes/Makefile
@
4
Revision 4, 327 bytes checked in by ajaworski, 13 years ago (diff) |
---|
Line | |
---|---|
1 | build: machinefile_gen init_magic_frames |
2 | |
3 | machinefile_gen: machinefile_code/machinefile_gen |
4 | cp machinefile_code/machinefile_gen . |
5 | |
6 | init_magic_frames: init_code/init_magic_frames |
7 | cp init_code/init_magic_frames . |
8 | |
9 | clean: |
10 | rm machinefile_gen |
11 | rm init_magic_frames |
12 | cd machinefile_code && make clean |
13 | cd init_code && make clean |
Note: See TracBrowser
for help on using the repository browser.