]> bicyclesonthemoon.info Git - ott/enhance/blob - makefile
ENHANCE!
[ott/enhance] / makefile
1 CC=g++
2 CF=-g -Wall
3 LF=-lIL
4
5 all: bluenh
6
7 bluenh: bluenh.cpp makefile
8         $(CC) $(CF) $(LF) -o bluenh bluenh.cpp