summaryrefslogtreecommitdiff
path: root/sysdep/unix/Makefile
blob: 9831dc961803b547e835ab84657c18442d5a13f4 (plain)
1
2
3
4
5
6
7
8
9
10
src := alloc.c io.c io-loop.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)