X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=production%2Fsetup_src%2Fbundle_example%2Fmakefile;h=3efce9bfb88acef33f30fad7f652ceb50b631305;hb=66dc4221dc485a5cf9e28b724fe36268e8843043;hp=0c30a4fd9935becb5eb5f57f2fde4237fd499bb6;hpb=9d1052f9cae51864e8fb39d3f34048952b169cf4;p=feisty_meow.git diff --git a/production/setup_src/bundle_example/makefile b/production/setup_src/bundle_example/makefile index 0c30a4fd..3efce9bf 100644 --- a/production/setup_src/bundle_example/makefile +++ b/production/setup_src/bundle_example/makefile @@ -2,8 +2,8 @@ include cpp/variables.def PROJECT = example_bundle TYPE = hierarchy -FIRST_TARGETS = build_bundle -CLEANUPS = $(FEISTY_MEOW_APEX)/install/example_bundle$(EXE_END) +FIRST_TARGETS += build_bundle +CLEANUPS += $(RUNTIME_PATH)/install/example_bundle$(EXE_END) # set the unix bin variable so the bundle finds the apps. export UNIX_BIN = /bin