reshaped
[planetlab-umts-tools.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 056bc2c..0000000
--- a/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: umts
-
-umts: umts.c umts.h
-       gcc -g umts.c -o umts
-
-clean:
-       rm -f umts  *~