aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index a85f902..9493c6e 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
1LIBNAME = lpeg 1LIBNAME = lpeg
2LUADIR = ../lua/ 2LUADIR = ./lua/
3 3
4# COPT = -O2 -DNDEBUG 4COPT = -O2 -DNDEBUG
5# COPT = -g 5# COPT = -g
6# COPT = -DLPEG_DEBUG 6# COPT = -DLPEG_DEBUG
7 7
@@ -26,7 +26,7 @@ CWARNS = -Wall -Wextra -pedantic \
26CFLAGS = $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC 26CFLAGS = $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC
27CC = gcc 27CC = gcc
28 28
29FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o 29FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o lpcset.o
30 30
31# For Linux 31# For Linux
32linux: 32linux:
@@ -53,4 +53,4 @@ lpcode.o: lpcode.c lptypes.h lpcode.h lptree.h lpvm.h lpcap.h
53lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h 53lpprint.o: lpprint.c lptypes.h lpprint.h lptree.h lpvm.h lpcap.h
54lptree.o: lptree.c lptypes.h lpcap.h lpcode.h lptree.h lpvm.h lpprint.h 54lptree.o: lptree.c lptypes.h lpcap.h lpcode.h lptree.h lpvm.h lpprint.h
55lpvm.o: lpvm.c lpcap.h lptypes.h lpvm.h lpprint.h lptree.h 55lpvm.o: lpvm.c lpcap.h lptypes.h lpvm.h lpprint.h lptree.h
56 56lpcset.o: lpcset.c lpcset.h lptypes.h