]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/Makefile.in
...
[helm.git] / helm / http_getter / Makefile.in
1 HELM_BIN_DIR=@exec_prefix@
2
3 install:
4         cp http_getter.pl $(HELM_BIN_DIR)
5
6 distclean:
7         rm -f Makefile configure config.log config.cache config.status \
8          http_getter.pl
9
10 .PHONY: install distclean