summaryrefslogtreecommitdiff
path: root/Makefile
blob: 64ae400aee9d7e805ae1da29f94feacefcee8722 (plain)
1
2
3
4
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 .