install : $(TARGET)
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
+download : $(objects)
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
+$(objects) :
@$(LOAD)
###############################################################################
# Installation Details
###############################################################################
-$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) :
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)