]> bicyclesonthemoon.info Git - ott/enhance/blob - makefile
Everything is ready!
[ott/enhance] / makefile
1 CC=g++
2 CF=-g -Wall
3 LF=-lIL
4 LF2=-lcgi
5
6 all: npb npbd
7
8 npb: npb.cpp makefile
9         $(CC) $(CF) $(LF) -o npb npb.cpp
10
11 npbd: npb npbd.cpp makefile
12         $(CC) $(CF) -o npbd npbd.cpp $(LF2)