X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fbundle_example%2Fmakefile;h=3efce9bfb88acef33f30fad7f652ceb50b631305;hb=1123e10a5c0d5edff45713c387e8c51ea2d255f5;hp=c1f29c96f013d365f2a2f3d347c0a48a2a59cb68;hpb=118b53690a49dead67f39e3bf38c54643bff9dd1;p=feisty_meow.git diff --git a/production/setup_src/bundle_example/makefile b/production/setup_src/bundle_example/makefile index c1f29c96..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_DIR)/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