shithub: scc

ref: 7d06d1d348ce9fb9dc585d81f146e12193be85e4
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\
	system.$O\
	time.$O\
	tmpfile.$O\

all: $(OBJS)

include deps.mk