shithub: scc

ref: 496a51ccfcc302614f6647cc75478f5a126ff5fc
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)