source: trunk/platforms/tsar_generic_leti/Makefile @ 1064

Last change on this file since 1064 was 993, checked in by cfuguet, 9 years ago

Reintroduce the -SOFT and -DISK simulator arguments to pass the ROM code
and the DISK image respectively without the need of recompilation.

Remove the nic_tx_file when doing the "make clean" of the platform.

File size: 189 bytes
Line 
1simul.x: top.cpp top.desc hard_config.h
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 nic_tx_file.txt
7
8.PHONY: simul.x
Note: See TracBrowser for help on using the repository browser.