updates to fix bundler on win32
[feisty_meow.git] / nucleus / applications / bundler / makefile
index fec2e5537d0cd8c5e760c3a4f86c65f0e57b2408..64638c93900c4fd6fea1c6e31c879957fa8e1807 100644 (file)
@@ -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