$ cat makefile CC = gcc -O pdf417 : pdf417.c pdf417lib.c pdf417lib.h $(CC) -o pdf417 pdf417.c pdf417lib.c pdf417lib.h -lm