mirror of
https://github.com/ConsistentlyInconsistentYT/Pixeltovoxelprojector.git
synced 2025-10-13 12:22:05 +00:00
Merge 5fbb1b50da
into f9986addbc
This commit is contained in:
commit
2d0bcb6f44
1 changed files with 14 additions and 0 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
CPPFLAGS =
|
||||
CFLAGS = -Wall -W -std=c++17 -O2
|
||||
LDFLAGS =
|
||||
|
||||
all: ray_voxel
|
||||
|
||||
example: ray_voxel
|
||||
ray_voxel motionimages/metadata.json motionimages voxel_grid.bin
|
||||
|
||||
ray_voxel:
|
||||
$(CXX) $(CPPFLAGS) $(CFLAGS) ray_voxel.cpp -o ray_voxel
|
||||
|
||||
clean:
|
||||
$(RM) ray_voxel
|
Loading…
Add table
Add a link
Reference in a new issue