reshaped
[planetlab-umts-tools.git] / backend / Makefile
diff --git a/backend/Makefile b/backend/Makefile
new file mode 100644 (file)
index 0000000..c7b8309
--- /dev/null
@@ -0,0 +1,8 @@
+
+
+install:
+       cp -a root/* /
+       @chkconfig umts on
+
+clean:
+       find . -name "*~" -exec rm \{} \;