Skip to content

Commit

Permalink
Include Mumble source in grep target.
Browse files Browse the repository at this point in the history
  • Loading branch information
aplotnick committed Feb 26, 2016
1 parent ded7a6f commit 94fca57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,6 +7,6 @@ clean:
# e.g., make grep pattern=foo
pattern=
grep:
grep --recursive --include="*.lisp" -nHi -e "$(pattern)" Sparser/code/s
grep --recursive --include="*.lisp" -nHi -e "$(pattern)" Mumble Sparser/code/s

.PHONY: TAGS clean grep

0 comments on commit 94fca57

Please sign in to comment.