Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgo- committed Sep 8, 2017
1 parent c2f0958 commit 75b1f3b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

VPN-toggle.alfredworkflow
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
all:
cd src ; \
zip ../VPN-toggle.alfredworkflow . -r --exclude=*.DS_Store*

clean:
rm VPN-toggle.alfredworkflow
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 75b1f3b

Please sign in to comment.