shithub: scc

ref: 72d686424d6fccfdf180946efa3bdd9eb0746997
dir: /src/libc/arch/posix/Makefile/

View raw version
.POSIX:
PROJECTDIR =../../../..
RULES = user
include $(PROJECTDIR)/scripts/rules.mk
include $(SRCDIR)/libc/rules.mk

OBJS=\
	_getheap.$O\
	_open.$O\
	_systime.$O\
	_tzone.$O\
	clock.$O\
	getenv.$O\
	raise.$O\
	signal.$O\
	time.$O\

all: $(OBJS)

include deps.mk