summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index b854221e..f9628942 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1# $Id: makefile,v 1.10 1994/12/23 20:47:59 roberto Exp celes $ 1# $Id: makefile,v 1.12 1995/02/02 19:02:03 roberto Exp $
2# Compilation parameters 2# Compilation parameters
3CC = gcc 3CC = gcc
4CFLAGS = -I/usr/5include -Wall -Wmissing-prototypes -Wshadow -ansi -O2 4CFLAGS = -I/usr/5include -Wall -Wmissing-prototypes -Wshadow -ansi -O2
@@ -48,8 +48,8 @@ liblua.so.1.0 : lua.o
48 $(CC) $(CFLAGS) -c -o $@ $< 48 $(CC) $(CFLAGS) -c -o $@ $<
49 49
50 50
51parser.c : lua.stx exscript 51parser.c : lua.stx
52 yacc -d lua.stx ; mv -f y.tab.c parser.c ; mv -f y.tab.h parser.h ; ex parser.c <exscript 52 yacc++ -d lua.stx ; mv -f y.tab.c parser.c ; mv -f y.tab.h parser.h
53 53
54clear : 54clear :
55 rcsclean 55 rcsclean