Files

6 lines
119 B
Makefile
Raw Permalink Normal View History

2021-03-29 22:45:21 +02:00
src := bmp.c buffer.c map.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
tests_objs := $(tests_objs) $(src-o-files)