a1ca4a762fe6e3da1d3ef5e548c35a2286e63452
[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