]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/Makefile.in
added support for compressed files
[helm.git] / helm / http_getter / Makefile.in
1 INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin
2
3 all:
4
5 install:
6         cp http_getter.pl $(INSTALL_DIR)
7
8 distclean:
9         rm -f Makefile configure config.log config.cache config.status \
10          http_getter.pl *.spec
11
12 .PHONY: all install distclean
13