##// END OF EJS Templates
Add default make rule...
mpm@selenic.com -
r1020:f1b052db default
parent child Browse files
Show More
@@ -2,6 +2,9 b''
2 PYTHON=python
2 PYTHON=python
3
3
4 all:
4 all:
5 $(PYTHON) setup.py build_ext -i
6
7 install:
5 @echo "Read the file README for install instructions."
8 @echo "Read the file README for install instructions."
6
9
7 clean:
10 clean:
General Comments 0
You need to be logged in to leave comments. Login now