]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/Makefile.in
ef76f950b1ec6a0ed66f4110a3fb013f96b5378c
[helm.git] / helm / http_getter / Makefile.in
1 HELM_BIN_DIR=@HELM_BIN_DIR@
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