Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
liberize committed Nov 25, 2015
1 parent 1923473 commit 8a78d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +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 .
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

0 comments on commit 8a78d49

Please sign in to comment.