hermespy-rt

Minimalistic signal processing ray-tracer in C
git clone https://git.ea.contact/hermespy-rt
Log | Files | Refs

commit b7f19dffbb1e09485c00ed0dc3f985e220d17604
parent 5bbc539456dd5beaef4d7413014dc3551a25c9bb
Author: Egor Achkasov <eaachkasov@edu.hse.ru>
Date:   Wed,  4 Dec 2024 10:41:41 +0100

rm -lxml2 from Makefile

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

diff --git a/Makefile b/Makefile @@ -1,2 +1,2 @@ all: - gcc -g -O0 compute_paths.c test.c -lxml2 -lm -o test + gcc -g -O0 compute_paths.c test.c -lm -o test