First commit
This commit is contained in:
commit
b75663feab
7 changed files with 348 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
raytracer: main.cpp vec3.hpp color.hpp ray.hpp
|
||||
@g++ -g -Wall -Wextra -Wpedantic main.cpp -o raytracer
|
||||
|
||||
image: raytracer
|
||||
@./raytracer > image.ppm
|
||||
@if [[ $$TERM = "xterm-kitty" ]]; then\
|
||||
kitty icat image.ppm;\
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue