]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/panel/Makefile
crosso compatibility patch which enable building both with ocaml 3.08 and 3.09
[helm.git] / helm / http_getter / panel / Makefile
1
2 all:
3
4 clean:
5         rm -f getter-panel.tar.gz
6
7 cleanbak:
8         rm -rf *~
9
10 dist: clean cleanbak
11         cd ..; tar cvfz getter-panel.tar.gz panel ; mv getter-panel.tar.gz panel
12