shithub: scc

ref: c3eecdc3f4430d487ce231afdf9bde29aa111099
dir: /src/libc/arch/linux/Makefile/

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

OBJS=\
	_brk.$O\
	_getheap.$O\

all: $(OBJS)

include deps.mk