Files

7 lines
117 B
Makefile
Raw Permalink Normal View History

2016-12-07 09:12:06 +01:00
src := babel.c packets.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
2016-12-13 20:18:11 +01:00
2021-04-17 15:04:16 +02:00
tests_objs := $(tests_objs) $(src-o-files)