CC=g++ CF=-g -Wall LF=-lIL LF2=-lcgi all: npb npbd npb: npb.cpp makefile $(CC) $(CF) $(LF) -o npb npb.cpp npbd: npb npbd.cpp makefile $(CC) $(CF) -o npbd npbd.cpp $(LF2)