X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Fmakefile;h=64638c93900c4fd6fea1c6e31c879957fa8e1807;hb=4632b4b83caec310bf5d56ef29a37f4456f6d415;hp=fec2e5537d0cd8c5e760c3a4f86c65f0e57b2408;hpb=d87617f212d9dff8d5033b81e19a0740846999fe;p=feisty_meow.git diff --git a/nucleus/applications/bundler/makefile b/nucleus/applications/bundler/makefile index fec2e553..64638c93 100644 --- a/nucleus/applications/bundler/makefile +++ b/nucleus/applications/bundler/makefile @@ -12,6 +12,7 @@ include variables.def # hopefully this approach of having a neutral outer # maker will get rid of that broken behavior. +PROJECT = bundler_app LAST_TARGETS = maker OTHER_CLEANS = breaker @@ -22,7 +23,7 @@ maker: $(MAKE) -f makefile.unpacker_stub breaker: - $(MAKE) CLEAN=t -f makefile.bundle_creator clean - $(MAKE) CLEAN=t -f makefile.unpacker_stub clean + $(MAKE) -f makefile.bundle_creator clean + $(MAKE) -f makefile.unpacker_stub clean