source: branches/fault_tolerance/softs/test_llsc/scripts/LLSCTestGenerator/Makefile @ 724

Last change on this file since 724 was 724, checked in by cfuguet, 10 years ago

branches/fault_tolerance:

  • Recreating fault_tolerance branch with all new modifications from trunk.
  • Introducing distributed boot rom in the tsar_generic_iob platform
File size: 150 bytes
Line 
1
2HPP_FILES = $(wildcard *.hpp)
3
4
5all: generate_test
6
7generate_test: Genere_Tests.cpp $(HPP_FILES) config.h
8        g++ -o $@ $<
9
10clean:
11        rm -f generate_test
Note: See TracBrowser for help on using the repository browser.