mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-17 16:30:33 +00:00
14 lines
175 B
Makefile
14 lines
175 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1997/02/28 05:12:50 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = trap.o syscall.o exec.o
|
|
|
|
default: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|
|
|
|
trap.o:: trap.mac
|