shithub: scc

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

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

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

all: $(OBJS)

include deps.mk