hermespy-rt

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

commit a42a834981834dbae75461f1f30dd1ffdf0d4a25
parent 0c8508aa624b23d2775a67a331ecce16390aaf3b
Author: Egor Achkasov <eaachkasov@edu.hse.ru>
Date:   Tue, 11 Feb 2025 19:29:20 +0100

rm Makefile

Diffstat:
DMakefile | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +0,0 @@ -all: - gcc -g -O0 -Wno-builtin-declaration-mismatch compute_paths.c test.c -lm -o test - -py: - g++ -g -I/usr/include/python3.11 -I/home/hi/proj/hermespy/env/lib/python3.11/site-packages/pybind11/include -O3 -Wall -Wno-uninitialized -shared -std=c++17 -fPIC compute_paths.c compute_paths_pybind11.cpp -o rt$(python3.11-config --extension-suffix)