diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -1,9 +1,9 @@ | |||
| 1 | LIBNAME = lpeg | 1 | LIBNAME = lpeg |
| 2 | LUADIR = ./lua/ | 2 | LUADIR = ./lua/ |
| 3 | 3 | ||
| 4 | COPT = -O2 -DNDEBUG | 4 | # COPT = -O2 -DNDEBUG |
| 5 | # COPT = -g | 5 | # COPT = -g |
| 6 | # COPT = -DLPEG_DEBUG | 6 | COPT = -DLPEG_DEBUG -g |
| 7 | 7 | ||
| 8 | CWARNS = -Wall -Wextra -pedantic \ | 8 | CWARNS = -Wall -Wextra -pedantic \ |
| 9 | -Waggregate-return \ | 9 | -Waggregate-return \ |
| @@ -49,8 +49,9 @@ clean: | |||
| 49 | 49 | ||
| 50 | 50 | ||
| 51 | lpcap.o: lpcap.c lpcap.h lptypes.h | 51 | lpcap.o: lpcap.c lpcap.h lptypes.h |
| 52 | lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h | 52 | lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h lpcset.h |
| 53 | lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h | 53 | lpcset.o: lpcset.c lptypes.h lpcset.h lpcode.h lptree.h lpvm.h lpcap.h |
| 54 | lptree.o: lptree.c lptypes.h lpcap.h lpcode.h lptree.h lpvm.h lpprint.h | 54 | lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h lpcode.h |
| 55 | lptree.o: lptree.c lptypes.h lpcap.h lpcode.h lptree.h lpvm.h lpprint.h \ | ||
| 56 | lpcset.h | ||
| 55 | lpvm.o: lpvm.c lpcap.h lptypes.h lpvm.h lpprint.h lptree.h | 57 | lpvm.o: lpvm.c lpcap.h lptypes.h lpvm.h lpprint.h lptree.h |
| 56 | lpcset.o: lpcset.c lpcset.h lptypes.h | ||
