diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-14 17:16:19 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-14 17:16:19 -0300 |
| commit | eb8b906d5eb5113e7377f06afbfd641c1c5e6a1e (patch) | |
| tree | 7854589b2605df9f3d97b56d64b72eac3a579b3f /makefile | |
| parent | 0ac14cf58c5b1c954e979dc35e50e610e8dd5115 (diff) | |
| download | lpeg-eb8b906d5eb5113e7377f06afbfd641c1c5e6a1e.tar.gz lpeg-eb8b906d5eb5113e7377f06afbfd641c1c5e6a1e.tar.bz2 lpeg-eb8b906d5eb5113e7377f06afbfd641c1c5e6a1e.zip | |
Some refactoring in debug code
Functions lp_printtree and lp_printcode moved to lpprint.c, to
concentrate there debug/testing code.
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -51,7 +51,7 @@ clean: | |||
| 51 | rm -f $(FILES) lpeg.so | 51 | rm -f $(FILES) lpeg.so |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | lpcap.o: lpcap.c lpcap.h lptypes.h | 54 | lpcap.o: lpcap.c lpcap.h lptypes.h lpprint.h lptree.h lpvm.h |
| 55 | lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h lpcset.h | 55 | lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h lpcset.h |
| 56 | lpcset.o: lpcset.c lptypes.h lpcset.h lpcode.h lptree.h lpvm.h lpcap.h | 56 | lpcset.o: lpcset.c lptypes.h lpcset.h lpcode.h lptree.h lpvm.h lpcap.h |
| 57 | lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h lpcode.h | 57 | lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h lpcode.h |
