projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3efce9bfb88acef33f30fad7f652ceb50b631305
[feisty_meow.git]
/
makefile
1
include cpp/variables.def
2
3
PROJECT = example_bundle
4
TYPE = hierarchy
5
FIRST_TARGETS += build_bundle
6
CLEANUPS += $(RUNTIME_PATH)/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