shithub: scc

ref: c56added1b7434a96dbe34a6dc5e7637a9c9adc2
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)