HLRTest/render/Makefile
Ivan Avdeev 6c65b1dfac add initial rendertest stuff
includes basic scripts, savefiles and gold images
2023-11-24 11:54:11 -05:00

3 lines
159 B
Makefile

imagecompare: imagecompare.c stb_image.h stb_image_write.h Makefile
${CC} -O3 -ggdb3 -march=native -Wall -Werror -pedantic -lm -o imagecompare imagecompare.c