summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:36:11 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:36:11 +0000
commitad5b7acc19290ff91e0f42a0de448a26760fcf99 (patch)
tree2d1867758835fd0c4e443ff3cc7e5c774af85874 /Makefile
Imported httrack 3.20.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c10e939
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all :
+ @echo "please type in:"
+ @echo "cd src"
+ @echo "./configure"
+ @echo "make"
+ @echo "make install"
+ @echo ""
+ @echo "(see INSTALL file to know how-to-install)"
+