diff options
| -rw-r--r-- | makefile | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | # $Id: makefile,v 1.5 1994/01/10 19:49:56 roberto Exp celes $ | 1 | # $Id: makefile,v 1.6 1994/07/19 21:35:36 celes Exp celes $ |
| 2 | # Compilation parameters | 2 | # Compilation parameters |
| 3 | CC = gcc | 3 | CC = gcc |
| 4 | CFLAGS = -I/usr/5include -Wall -O2 | 4 | CFLAGS = -I/usr/5include -Wall -O2 |
| @@ -48,6 +48,11 @@ liblua.so.1.0 : lua.o | |||
| 48 | y.tab.c : lua.stx exscript | 48 | y.tab.c : lua.stx exscript |
| 49 | yacc -d lua.stx ; ex y.tab.c <exscript | 49 | yacc -d lua.stx ; ex y.tab.c <exscript |
| 50 | 50 | ||
| 51 | clear : | ||
| 52 | rcsclean | ||
| 53 | rm -f *.o | ||
| 54 | rm -f y.tab.c y.tab.h | ||
| 55 | |||
| 51 | % : RCS/%,v | 56 | % : RCS/%,v |
| 52 | co $@ | 57 | co $@ |
| 53 | 58 | ||
