mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
79cc150685
- specify files via SRCS vice OBJS. This eliminates an extraneous ".o" in the final OBJS value. - don't attempt to attach a rez fork (leave it for the upper level makefile)
15 lines
218 B
Makefile
15 lines
218 B
Makefile
#
|
|
# gno/lib/libc/sys/Makefile
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/02/19 01:07:56 gdr-ftp Exp $
|
|
#
|
|
|
|
LIB = c
|
|
LIBPFX = $(OBJ_DIR)../
|
|
NO_REZ = true
|
|
SRCS = exec.c syscall.c trap.asm
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|
|
|
|
trap.o: trap.mac
|