]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo-panel/Makefile
Initial revision
[helm.git] / helm / uwobo-panel / Makefile
diff --git a/helm/uwobo-panel/Makefile b/helm/uwobo-panel/Makefile
new file mode 100644 (file)
index 0000000..cb5610d
--- /dev/null
@@ -0,0 +1,12 @@
+
+all:
+
+clean:
+       rm -f uwobo-panel.tar.gz
+
+cleanbak:
+       rm -rf *~
+
+dist: clean cleanbak
+       cd ..; tar cvfz uwobo-panel.tar.gz panel ; mv uwobo-panel.tar.gz panel
+