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