diff options
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 |