source: trunk/platforms/tsar_generic_leti/Makefile @ 800

Last change on this file since 800 was 800, checked in by porquet, 10 years ago

tsar_leti_cluster: make simul.x be a PHONY target

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