ref: 863ae94d24cc233614af6cd22e5e3caa3921481f
dir: /src/libc/assert/Makefile/
.POSIX: PROJECTDIR =../../.. include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk OBJS =\ __assert.$O\ assert.$O\ all: $(LIBC) $(LIBC): $(OBJS) $(MKLST) dep: inc-dep include deps.mk