mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-21 12:29:42 +00:00
depend on paths.mk
This commit is contained in:
parent
24747d92a2
commit
2dafe3f23e
@ -1,12 +1,20 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.1 1997/02/28 05:12:50 gdr Exp $
|
||||
# gno/lib/libc/sys/Makefile
|
||||
#
|
||||
# Devin Reade, 1997.
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/05 06:35:22 gdr Exp $
|
||||
#
|
||||
|
||||
.INCLUDE: ../../../paths.mk
|
||||
.INCLUDE: ../../const.mk
|
||||
|
||||
OBJS = trap.o syscall.o exec.o
|
||||
|
||||
default: $(OBJS)
|
||||
build: $(OBJS)
|
||||
|
||||
clean clobber:
|
||||
$(RM) -f $(OBJS)
|
||||
|
||||
.INCLUDE: ../rules.mk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user