summaryrefslogtreecommitdiff
path: root/sysdep/unix/Makefile
blob: a01e8f4678541be40173f40dad0e32cc4809b151 (plain)
1
2
3
4
5
6
7
8
9
10
src := alloc.c io.c krt.c log.c main.c random.c coroutine.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,kif_build)
$(call proto-build,krt_build)
$(conf-y-targets): $(s)krt.Y

src := $(filter-out main.c, $(src))
tests_objs := $(tests_objs) $(src-o-files)