Small Makefile fix

This commit is contained in:
Phireh 2021-08-21 03:02:59 +02:00
commit 68ae1fb265

View file

@ -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