diff options
author | pommicket <pommicket@gmail.com> | 2025-02-19 16:50:31 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-19 16:50:31 -0500 |
commit | ccb3ec86fc8cbfaa2e13c16e3c9952293670d564 (patch) | |
tree | 6976865674c747e3731eef4ec0d1a3d7c5114b26 /Makefile | |
parent | ae508d6b2d020649f9382fa54c56cda06acfd304 (diff) |
code cleanup, remove broken usb identification
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -camlet.debug: meson.build main.c debug/setup +camlet.debug: meson.build *.[ch] debug/setup meson compile -C debug ln -sf debug/camlet camlet.debug cp debug/compile_commands.json . |