Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
also support Numix-Frost-Light
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Oct 23, 2016
1 parent b7e9781 commit 0213de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0213de0

Please sign in to comment.