blob: 3fb5f4fad0eecbb1f9bc5edf3c7fc3943335a195 [file]
all: test
test:
@python RunTests.py
clean:
find . -name '*.pyc' -exec rm '{}' ';'