diff options
author | pommicket <pommicket@gmail.com> | 2025-02-15 22:31:54 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-15 22:31:54 -0500 |
commit | 431d7a0ed866b78446bc4541b2e154c3c8272446 (patch) | |
tree | 5831605988c61f6f0b2020f541303e84696bf395 /Makefile |
takin a picture
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..64ae400 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +camlet.debug: meson.build main.c + @if [ '!' '-d' debug ]; then meson setup debug; fi + meson compile -C debug + ln -sf debug/camlet camlet.debug + cp debug/compile_commands.json . |