Files

9 lines
205 B
Makefile
Raw Permalink Normal View History

src := alloc.c io.c krt.c log.c main.c random.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(conf-y-targets): $(s)krt.Y
2016-11-09 16:36:34 +01:00
src := $(filter-out main.c, $(src))
tests_objs := $(tests_objs) $(src-o-files)