mirror of https://github.com/rusefi/lua.git
opcao "clear" para limpar arquivos que podem ser reconstruidos pelo
make (menos os .a e o executavel "lua").
This commit is contained in:
parent
6625296c8f
commit
6c99b8bbdf
7
makefile
7
makefile
|
@ -1,4 +1,4 @@
|
||||||
# $Id: makefile,v 1.5 1994/01/10 19:49:56 roberto Exp celes $
|
# $Id: makefile,v 1.6 1994/07/19 21:35:36 celes Exp celes $
|
||||||
# Compilation parameters
|
# Compilation parameters
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -I/usr/5include -Wall -O2
|
CFLAGS = -I/usr/5include -Wall -O2
|
||||||
|
@ -48,6 +48,11 @@ liblua.so.1.0 : lua.o
|
||||||
y.tab.c : lua.stx exscript
|
y.tab.c : lua.stx exscript
|
||||||
yacc -d lua.stx ; ex y.tab.c <exscript
|
yacc -d lua.stx ; ex y.tab.c <exscript
|
||||||
|
|
||||||
|
clear :
|
||||||
|
rcsclean
|
||||||
|
rm -f *.o
|
||||||
|
rm -f y.tab.c y.tab.h
|
||||||
|
|
||||||
% : RCS/%,v
|
% : RCS/%,v
|
||||||
co $@
|
co $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue