##// 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 2 PYTHON=python
3 3
4 4 all:
5 $(PYTHON) setup.py build_ext -i
6
7 install:
5 8 @echo "Read the file README for install instructions."
6 9
7 10 clean:
General Comments 0
You need to be logged in to leave comments. Login now