c7b83097df2642a5022d011ec687ddce9e162249
[planetlab-umts-tools.git] / backend / Makefile
1
2
3 install:
4         cp -a root/* /
5         @chkconfig umts on
6
7 clean:
8         find . -name "*~" -exec rm \{} \;