source: branches/v5/platforms/tsar_mono_mmu/Makefile @ 344

Last change on this file since 344 was 306, checked in by joannou, 11 years ago

Added tsar_mono_mmu and tsar_generic_mmu platforms

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