From 879fe74e2a18b7b89d35cf1fc0fb8829a1b70b3d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Simultaneous Debug and Release builds. [#29] Makefile now generates both release and debug builds on every run. Salis.py can load the debug version on demand via a command line argument (--debug). Release version is loaded by default. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 69cc08f..b5cad49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ bin/__pycache__/* bin/common/pipe bin/error.log -bin/lib/libsalis.so +bin/lib/libsalis-*.so bin/sims/*.sim bin/sims/auto/*.auto.gz -build/*.d -build/*.o +build/**/*.d +build/**/*.o -- cgit v1.2.1