reinstate an initscript for the backend so that /etc/iproute2/rt_tables gets cleaned...
[planetlab-umts-tools.git] / frontend / Makefile
1 all: umts
2
3 umts: umts.c
4         gcc -g umts.c -o umts
5
6 clean:
7         rm -f umts  *~