parent
95fe512a9e
commit
05e619850d
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ changes:
|
|||
|
||||
zip: all
|
||||
mkdir $(ROOT_DIR)/dist
|
||||
$(UTILS) install $(ROOT_DIR)/dist/$$(basename $(ROOT_DIR))
|
||||
cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(ROOT_DIR)) $$(basename $(ROOT_DIR))
|
||||
$(UTILS) install $(ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
|
||||
cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))
|
||||
|
||||
|
||||
.PHONY: all
|
||||
|
|
Loading…
Reference in New Issue