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