shithub: scc

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