3 lines
159 B
Makefile
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
|