diff options
author | pommicket <pommicket@gmail.com> | 2025-02-19 20:33:20 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-19 20:33:20 -0500 |
commit | a98e28209ba087021a5a3cb544f31cbbbbee1ae8 (patch) | |
tree | 37d7d8007e3a586e56175815765a0fbf84390257 /Makefile | |
parent | 11761e6beecbfb8a62bbb08bcdc22e88a5e2b3a6 (diff) |
add support for MJPEG
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 . |