projects
/
rarslave2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[PAR2SET_JOIN] Fix detection code
[rarslave2.git]
/
Makefile
1
all:
2
@echo "Use another target, this has no meaning"
3
4
clean:
5
rm -f *.pyc
6
rm -rf extract_dir
7
8
test:
9
python rarslave-test.py
10
11
run: clean
12
python rarslave.py
13
14
.PHONY: all clean test run