]> bicyclesonthemoon.info Git - ott/enhance/commitdiff
Joined NPB and BLUENH
authorb <rowerynaksiezycu@gmail.com>
Thu, 20 Oct 2022 20:34:30 +0000 (20:34 +0000)
committerb <rowerynaksiezycu@gmail.com>
Thu, 20 Oct 2022 20:34:30 +0000 (20:34 +0000)
1  2 
makefile

diff --cc makefile
index f863d6e6de1c25ac4babbb5bcb779f784d23b8bd,ed211d220dbbeeb9956ed9beb57207a827d40d79..0b92ea76a2b9df41eeaf85b14fae9b4d2ef21769
+++ 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)