From eb8b906d5eb5113e7377f06afbfd641c1c5e6a1e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 14 Apr 2025 17:16:19 -0300 Subject: Some refactoring in debug code Functions lp_printtree and lp_printcode moved to lpprint.c, to concentrate there debug/testing code. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 6e49307..6562e2a 100644 --- a/makefile +++ b/makefile @@ -51,7 +51,7 @@ clean: rm -f $(FILES) lpeg.so -lpcap.o: lpcap.c lpcap.h lptypes.h +lpcap.o: lpcap.c lpcap.h lptypes.h lpprint.h lptree.h lpvm.h lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h lpcset.h lpcset.o: lpcset.c lptypes.h lpcset.h lpcode.h lptree.h lpvm.h lpcap.h lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h lpcode.h -- cgit v1.2.3-55-g6feb