Skip to content
Snippets Groups Projects
Commit fc892021 authored by sof's avatar sof
Browse files

[project @ 1997-09-03 23:28:39 by sof]

Added -O to SRC_CC_OPTS
parent d90a4ecc
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.4 1997/03/24 03:02:09 sof Exp $
# $Id: Makefile,v 1.5 1997/09/03 23:28:47 sof Exp $
TOP=../..
include $(TOP)/mk/boilerplate.mk
......@@ -10,7 +10,8 @@ C_SRCS = syntax.tab.c lex.c id.c tree.c yyerror.c gen.c main.c
C_PROG = ugen
LIBS = $(FLEX_LIB)
CLEAN_FILES += syntax.tab.c syntax.tab.h
CLEAN_FILES += syntax.tab.c syntax.tab.h lex.c
SRC_CC_OPTS += -O
#
# Include flex & bison output in the source distribution.
......
......@@ -4,6 +4,7 @@ override WAYS=
C_SRCS=unlit.c
C_PROG=unlit
SRC_CC_OPTS += -O
# Get it over with!
boot :: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment