mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +00:00
update build list
This commit is contained in:
parent
db4bce6e93
commit
a54e2a8e91
@ -1,13 +1,19 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.1 1997/02/28 05:12:56 gdr Exp $
|
||||
# $Id: Makefile,v 1.2 1997/09/21 16:35:12 gdr Exp $
|
||||
#
|
||||
|
||||
.INCLUDE: ../../const.mk
|
||||
.INCLUDE: ../../../../paths.mk
|
||||
.INCLUDE: ../../../const.mk
|
||||
|
||||
LIBC := ../../libc
|
||||
LDLIBS = -l$(LIBC)
|
||||
CFLAGS := -v -w -G25 $(STACK) $(DEFINES) $(INCLUDES)
|
||||
|
||||
default: perror
|
||||
PROGS = buffer fdopen1 fdopen2 fgetln fgets1 filenos float1 fopen \
|
||||
fopen2 getputch offsetof perror showfds
|
||||
|
||||
.PRECIOUS: perror.o
|
||||
default: $(PROGS)
|
||||
|
||||
.PRECIOUS: $(PROGS)
|
||||
|
||||
.INCLUDE: ../../rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user