shithub: scc

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