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 4f41062..d66a84e 100644
--- a/makefile
+++ b/makefile
@@ -1,8 +1,8 @@
1LIBNAME = lpeglabel 1LIBNAME = lpeglabel
2LUADIR = /usr/include/lua5.1/ 2LUADIR = ../lua/
3 3
4#COPT = -O2 4COPT = -O2
5COPT = -DLPEG_DEBUG -g 5# COPT = -DLPEG_DEBUG -g
6 6
7CWARNS = -Wall -Wextra -pedantic \ 7CWARNS = -Wall -Wextra -pedantic \
8 -Waggregate-return \ 8 -Waggregate-return \
@@ -22,7 +22,7 @@ CWARNS = -Wall -Wextra -pedantic \
22# -Wunreachable-code \ 22# -Wunreachable-code \
23 23
24 24
25CFLAGS = $(CWARNS) $(COPT) -ansi -I$(LUADIR) -fPIC 25CFLAGS = $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC
26CC = gcc 26CC = gcc
27 27
28FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o 28FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o