Files

4 lines
94 B
Makefile
Raw Permalink Normal View History

2016-11-09 16:36:34 +01:00
src := birdtest.c bt-utils.c
obj := $(src-o-files)
tests_objs := $(tests_objs) $(src-o-files)