Skip to content

Commit

Permalink
Added Makefile to build adblogcat
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowell committed Aug 23, 2012
1 parent b83a5aa commit 3d9c9f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions adbLogCat/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SHELL=/bin/bash

all:dist

dist:
@rm adblogcat.vmb 2> /dev/null || true
@vim -c 'r! find doc plugin -type f' \
-c '$$,$$d _' -c '%MkVimball adblogcat . ' -c 'q!'

clean:
@rm -R build 2> /dev/null || true

0 comments on commit 3d9c9f1

Please sign in to comment.