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