mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-15 03:29:53 +00:00
124ca8d9b7
- changed location of included files
17 lines
291 B
Makefile
17 lines
291 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1997/09/21 17:54:27 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../../../paths.mk
|
|
.INCLUDE: ../../../const.mk
|
|
|
|
LIBC := ../../libc
|
|
LDLIBS = -l$(LIBC)
|
|
CFLAGS := -v -w -G25 $(STACK) $(DEFINES) $(INCLUDES)
|
|
|
|
default: assert environ
|
|
|
|
.PRECIOUS: assert.o environ.o
|
|
|
|
.INCLUDE: ../../rules.mk
|