add initial rendertest stuff
includes basic scripts, savefiles and gold images
This commit is contained in:
2
render/Makefile
Normal file
2
render/Makefile
Normal file
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user