]> matita.cs.unibo.it Git - helm.git/blob - daemons/http_getter/panel/Makefile
Great optimization for eat_prods: if the type of the head of the application is meta_...
[helm.git] / daemons / 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