Skip to content

Commit

Permalink
update screenshot, add simple Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
liberize committed Aug 25, 2015
1 parent a64a632 commit 8abe1bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: default install

default:
find . -type f -name '*.pyc' -or -name '.DS_Store' -exec rm -rf {} \; && cd 'Dict - Lookup Word' && zip -r ../dict.alfredworkflow .

install:
open -a 'Alfred 2.app' dict.alfredworkflow
Binary file modified screenshot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8abe1bc

Please sign in to comment.