mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
14 lines
215 B
Makefile
14 lines
215 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1997/02/28 05:12:57 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../const.mk
|
|
|
|
LIBC := ../../libc
|
|
LDLIBS = -l$(LIBC)
|
|
CFLAGS := -v -w -G25 $(STACK) $(DEFINES) $(INCLUDES)
|
|
|
|
default: environ
|
|
|
|
.PRECIOUS: environ.o
|