Some file moved and little changes
[planetlab-umts-tools.git] / frontend / Makefile
1 all: umts
2
3 umts: umts.c umts.h
4         gcc -g umts.c -o umts
5
6 clean:
7         rm -f umts  *~