diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-23 15:04:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-23 15:04:04 -0300 |
commit | 097bebd29949edf6ed7bd55d8fb21c477ac85236 (patch) | |
tree | 6166b0b8e3bc9c1f18cf77f983c8bfbff98481ee /pack | |
parent | 664da61c079f762d835ea6f875cdf3da96982bab (diff) | |
download | lpeg-097bebd29949edf6ed7bd55d8fb21c477ac85236.tar.gz lpeg-097bebd29949edf6ed7bd55d8fb21c477ac85236.tar.bz2 lpeg-097bebd29949edf6ed7bd55d8fb21c477ac85236.zip |
Added a README file
Diffstat (limited to 'pack')
-rwxr-xr-x | pack | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | FILES="makefile HISTORY test.lua re.lua lpeg.html re.html lpeg-128.gif \ | 2 | FILES="makefile HISTORY README.md test.lua re.lua \ |
3 | lpeg.html re.html lpeg-128.gif \ | ||
3 | lptypes.h lpcap.h lpcap.c lpcode.h lpcode.c lpprint.h lpprint.c \ | 4 | lptypes.h lpcap.h lpcap.c lpcode.h lpcode.c lpprint.h lpprint.c \ |
4 | lptree.h lptree.c lpvm.h lpvm.c" | 5 | lptree.h lptree.c lpvm.h lpvm.c" |
5 | NAME=lpeg-$1 | 6 | NAME=lpeg-$1 |