summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-19 20:33:20 -0500
committerpommicket <pommicket@gmail.com>2025-02-19 20:33:20 -0500
commita98e28209ba087021a5a3cb544f31cbbbbee1ae8 (patch)
tree37d7d8007e3a586e56175815765a0fbf84390257 /Makefile
parent11761e6beecbfb8a62bbb08bcdc22e88a5e2b3a6 (diff)
add support for MJPEG
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7f1b8a..d0fd47a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-camlet.debug: meson.build *.[ch] debug/setup
+camlet.debug: meson.build *.[ch] 3rd_party/*.[ch] debug/setup
meson compile -C debug
ln -sf debug/camlet camlet.debug
cp debug/compile_commands.json .