0c30a4fd9935becb5eb5f57f2fde4237fd499bb6
[feisty_meow.git] / production / setup_src / bundle_example / makefile
1 include cpp/variables.def
2
3 PROJECT = example_bundle
4 TYPE = hierarchy
5 FIRST_TARGETS = build_bundle
6 CLEANUPS = $(FEISTY_MEOW_APEX)/install/example_bundle$(EXE_END)
7 # set the unix bin variable so the bundle finds the apps.
8 export UNIX_BIN = /bin
9
10 include cpp/rules.def
11
12 build_bundle:
13         $(HIDESH)create_bundle.sh
14