Browse Source

make install

ncannasse 7 years ago
parent
commit
66c0d53833
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Makefile

+ 5 - 0
Makefile

@@ -82,6 +82,11 @@ endif
 
 all: libhl hl libs
 
+install:
+	cp hl /usr/local/bin
+	cp libhl.${LIBEXT} /usr/local/lib
+	cp *.hdll /usr/local/lib
+
 install_lib:
 	cp libhl.${LIBEXT} /usr/local/lib