solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit 8f0b79d19ff4a00437b30c281d98df99b56bff40
parent df4c3f18ac2eb561392f487610aca0a24648e306
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 21 Jul 2026 17:26:46 +0200

Fix Makefile

Add missing dependency to config file.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -65,7 +65,7 @@ solppraw: src/solppraw.c solpaths: src/solpaths.c -$(PROG): src/solpp.h +$(PROG): src/solpp.h config.mk $(CC) -o $@ $(CFLAGS) src/$@.c run: $(PROJECTS)