aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-04-14 17:16:19 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-04-14 17:16:19 -0300
commiteb8b906d5eb5113e7377f06afbfd641c1c5e6a1e (patch)
tree7854589b2605df9f3d97b56d64b72eac3a579b3f /makefile
parent0ac14cf58c5b1c954e979dc35e50e610e8dd5115 (diff)
downloadlpeg-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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6e49307..6562e2a 100644
--- a/makefile
+++ b/makefile
@@ -51,7 +51,7 @@ clean:
51 rm -f $(FILES) lpeg.so 51 rm -f $(FILES) lpeg.so
52 52
53 53
54lpcap.o: lpcap.c lpcap.h lptypes.h 54lpcap.o: lpcap.c lpcap.h lptypes.h lpprint.h lptree.h lpvm.h
55lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h lpcset.h 55lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h lpcset.h
56lpcset.o: lpcset.c lptypes.h lpcset.h lpcode.h lptree.h lpvm.h lpcap.h 56lpcset.o: lpcset.c lptypes.h lpcset.h lpcode.h lptree.h lpvm.h lpcap.h
57lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h lpcode.h 57lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h lpcode.h