Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'csvexport')
-rw-r--r--csvexport/build/unix/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/csvexport/build/unix/Makefile b/csvexport/build/unix/Makefile
index c70c51dd..035eda1b 100644
--- a/csvexport/build/unix/Makefile
+++ b/csvexport/build/unix/Makefile
@@ -9,4 +9,8 @@ release:
clean:
@+make -f build.mk clean
-.PHONY: all clean debug release
+db: clean
+ @bear -- $(MAKE) -f debug.mk all
+ @mv -f compile_commands.json ../../../
+
+.PHONY: all clean debug release db