mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-19 15:29:59 +00:00
14 lines
213 B
Makefile
14 lines
213 B
Makefile
|
#
|
||
|
# $Id: Makefile,v 1.1 1997/02/28 05:12:56 gdr Exp $
|
||
|
#
|
||
|
|
||
|
.INCLUDE: ../../const.mk
|
||
|
|
||
|
LIBC := ../../libc
|
||
|
LDLIBS = -l$(LIBC)
|
||
|
CFLAGS := -v -w -G25 $(STACK) $(DEFINES) $(INCLUDES)
|
||
|
|
||
|
default: perror
|
||
|
|
||
|
.PRECIOUS: perror.o
|