Small Makefile fix
This commit is contained in:
parent
8c1324c074
commit
68ae1fb265
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -3,6 +3,6 @@ raytracer: main.cpp vec3.hpp color.hpp ray.hpp hittable.hpp sphere.hpp hittable_
|
||||||
|
|
||||||
image: raytracer
|
image: raytracer
|
||||||
@./raytracer > image.ppm
|
@./raytracer > image.ppm
|
||||||
@if [[ $$TERM = "xterm-kitty" ]]; then\
|
@if [ $$TERM = "xterm-kitty" ]; then\
|
||||||
kitty icat image.ppm;\
|
kitty icat image.ppm;\
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue