source: trunk/src/testing/app/mframes/Makefile @ 4

Revision 4, 327 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

Line 
1build: machinefile_gen init_magic_frames
2
3machinefile_gen: machinefile_code/machinefile_gen
4        cp machinefile_code/machinefile_gen .
5       
6init_magic_frames: init_code/init_magic_frames
7        cp init_code/init_magic_frames .
8
9clean:
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.