gno/lib/libc/sys/Makefile
gdr de72cff25b - set optimization level to 78
- have the default target update ../libc
1997-09-21 16:15:29 +00:00

21 lines
282 B
Makefile

#
# gno/lib/libc/sys/Makefile
#
# Devin Reade, 1997.
#
# $Id: Makefile,v 1.3 1997/09/21 16:15:29 gdr Exp $
#
.INCLUDE: ../../../paths.mk
.INCLUDE: ../../const.mk
OBJS = exec.o syscall.o trap.o
CFLAGS += -O78
build: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk
trap.o:: trap.mac