# vim: ft=make: ts=8: sw=8: noet: cindent: all: camera_test.c ../../camera.c ../../camera.h gcc -g -Wall -Wextra -std=c99 -pedantic -I../../ -o camera_test camera_test.c ../../camera.c