first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / production / setup_src / autotesting_tools / makefile
1 include variables.def
2
3 PROJECT = autotesting_tools
4 FIRST_TARGETS = build_tools
5 CLEANUPS = autotesting_Tools.exe
6
7 include rules.def
8
9 build_tools:
10         $(HIDESH)create_autotesting_bundle.sh
11