Files

7 lines
116 B
Makefile
Raw Permalink Normal View History

src := packets.c radv.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
2016-11-09 16:36:34 +01:00
tests_objs := $(tests_objs) $(src-o-files)