aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exscript3
-rw-r--r--makefile6
2 files changed, 3 insertions, 6 deletions
diff --git a/exscript b/exscript
deleted file mode 100644
index 0a0f2a9f..00000000
--- a/exscript
+++ /dev/null
@@ -1,3 +0,0 @@
11d
2x
3
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