HLRTest/render/Makefile

3 lines
159 B
Makefile
Raw Normal View History

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