From: b Date: Thu, 20 Oct 2022 20:34:30 +0000 (+0000) Subject: Joined NPB and BLUENH X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=f3d76247f54d4ead26f1e5effe6f0507f395f911;p=ott%2Fenhance Joined NPB and BLUENH --- f3d76247f54d4ead26f1e5effe6f0507f395f911 diff --cc makefile index f863d6e,ed211d2..0b92ea7 --- a/makefile +++ b/makefile @@@ -3,13 -3,10 +3,25 @@@ CF=-g -Wal LF=-lIL LF2=-lcgi - all: 403 npb npbd -all: bluenh bluenhd ++all: 403 npb npbd bluenh bluenhd + +npb: npb.cpp makefile + $(CC) $(CF) $(LF) -o npb npb.cpp + +403: 403.cpp makefile + $(CC) $(CF) $(LF) -o 403 403.cpp + +npbd: npb npbd.cpp makefile + $(CC) $(CF) -o npbd npbd.cpp $(LF2) ++ ++bluenh: bluenh.cpp makefile ++ $(CC) $(CF) $(LF) -o bluenh bluenh.cpp ++ ++bluenhd: bluenhd.cpp makefile ++ $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2) + + bluenh: bluenh.cpp makefile + $(CC) $(CF) $(LF) -o bluenh bluenh.cpp + + bluenhd: bluenhd.cpp makefile + $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2)