6cef507582fc23c5a35752bd606b93047b98dde2
[rarslave2.git] / Makefile
1 all:
2         @echo "Use another target, this has no meaning"
3
4 clean:
5         rm -f *.pyc
6
7 test:
8         python rarslave-test.py
9
10 run:
11         @echo "not implemented yet, for safety"