Files
HLRTest/render/Makefile
T

3 lines
159 B
Makefile
Raw Normal View History

2023-11-24 11:54:11 -05:00
imagecompare: imagecompare.c stb_image.h stb_image_write.h Makefile
${CC} -O3 -ggdb3 -march=native -Wall -Werror -pedantic -o imagecompare imagecompare.c -lm