fixup building imagecompare inside a container

This commit is contained in:
Ivan Avdeev
2026-04-12 15:10:27 -04:00
parent 75fa9cae18
commit 3aeae2e81e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
imagecompare: imagecompare.c stb_image.h stb_image_write.h Makefile
${CC} -O3 -ggdb3 -march=native -Wall -Werror -pedantic -lm -o imagecompare imagecompare.c
${CC} -O3 -ggdb3 -march=native -Wall -Werror -pedantic -o imagecompare imagecompare.c -lm