Browse Source

removing extended globbing for the find utility

rtmp_test
gcmalloc 12 years ago
parent
commit
729baf58b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -50,6 +50,6 @@ test:
nosetests2 test/*
clean:
rm **/*.pyc
find -name "*.pyc" -delete
.PHONY: default compile update update-latest update-readme test clean

Loading…
Cancel
Save