source: trunk/platforms/tsar_mono_mmu/Makefile

Last change on this file was 516, checked in by bouyer, 11 years ago

A single-cluster, single-cpu platform suitable to run regression tests.

File size: 131 bytes
Line 
1simul.x: top.cpp top.desc
2        soclib-cc -j8 -P -p top.desc -I. -o simul.x
3
4clean:
5        soclib-cc -x -p top.desc -I.
6        rm -rf *.o *.x tty*
7
Note: See TracBrowser for help on using the repository browser.