mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +00:00
- specify optimization level 78
- have default target update ../libc
This commit is contained in:
parent
e9b7d50bfc
commit
ffae6366ab
@ -3,7 +3,7 @@
|
||||
#
|
||||
# Devin Reade, 1997
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/05 06:31:58 gdr Exp $
|
||||
# $Id: Makefile,v 1.3 1997/09/21 06:21:35 gdr Exp $
|
||||
#
|
||||
|
||||
.INCLUDE: ../../../paths.mk
|
||||
@ -11,7 +11,11 @@
|
||||
|
||||
OBJS = cvt.o environ.o fpspecnum.o getopt.o getsubopt.o
|
||||
|
||||
default: $(OBJS)
|
||||
CFLAGS += -O78
|
||||
|
||||
build: ../libc
|
||||
|
||||
obj: $(OBJS)
|
||||
|
||||
.INCLUDE: ../rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user