Browse Source

make install

ncannasse 7 năm trước cách đây
mục cha
commit
66c0d53833
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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