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