summaryrefslogtreecommitdiff
path: root/proto/bmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bmp/Makefile')
-rw-r--r--proto/bmp/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/bmp/Makefile b/proto/bmp/Makefile
new file mode 100644
index 00000000..d6fca1aa
--- /dev/null
+++ b/proto/bmp/Makefile
@@ -0,0 +1,6 @@
+src := bmp.c buffer.c map.c
+obj := $(src-o-files)
+$(all-daemon)
+$(cf-local)
+
+tests_objs := $(tests_objs) $(src-o-files) \ No newline at end of file