From 097bebd29949edf6ed7bd55d8fb21c477ac85236 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 23 Jun 2023 15:04:04 -0300 Subject: Added a README file --- pack | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pack') diff --git a/pack b/pack index 4ebc4a6..ee38bc3 100755 --- a/pack +++ b/pack @@ -1,5 +1,6 @@ #!/bin/bash -FILES="makefile HISTORY test.lua re.lua lpeg.html re.html lpeg-128.gif \ +FILES="makefile HISTORY README.md test.lua re.lua \ + lpeg.html re.html lpeg-128.gif \ lptypes.h lpcap.h lpcap.c lpcode.h lpcode.c lpprint.h lpprint.c \ lptree.h lptree.c lpvm.h lpvm.c" NAME=lpeg-$1 -- cgit v1.2.3-55-g6feb