source:
branches/v5/platforms/tsar_mono_mmu/Makefile
@
324
Last change on this file since 324 was 306, checked in by , 12 years ago | |
---|---|
File size: 148 bytes |
Line | |
---|---|
1 | .PHONY : simul.x |
2 | |
3 | simul.x: top.cpp top.desc |
4 | soclib-cc -j8 -P -p top.desc -I. -o simul.x |
5 | |
6 | clean: |
7 | soclib-cc -x -p top.desc -I. |
8 | rm -rf *.o *.x tty* |
Note: See TracBrowser
for help on using the repository browser.