Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jul 8, 2019
1 parent a0c5e2b commit dfa1046
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 @@ -28,10 +28,10 @@ sa:
man:
asciidoctor -b manpage $(DOC_PATH)/yabai.asciidoc -o $(DOC_PATH)/yabai.1

logo:
icon:
python $(IMG_PATH)/seticon.py $(IMG_PATH)/icon.png $(BUILD_PATH)/yabai

archive: man sa install sign logo
archive: man sa install icon sign
rm -rf $(ARCH_PATH)
mkdir -p $(ARCH_PATH)
cp -r $(BUILD_PATH) $(ARCH_PATH)/
Expand Down

0 comments on commit dfa1046

Please sign in to comment.