# Makefile to build lptctl and man page SRCS= lptctl.c PROG= lptctl MAN= lptctl.8 CFLAGS= -g -Wall -ansi -pedantic -pipe LDFLAGS+= -static .include