shithub: scc

ref: 845a4d450d705c86e557494e4661abddf4f157be
dir: /src/libc/assert/Makefile/

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

OBJS = __assert.o\
       assert.o\

all: $(OBJS)