added a small cookbook

This commit is contained in:
maartenkeijzer 2003-01-07 10:49:55 +00:00
commit db1e3c38f4
3 changed files with 206 additions and 2 deletions

View file

@ -25,8 +25,8 @@
#
CXX = g++ #-3.2
CXXFLAGS = -g #-DNDEBUG
CPPFLAGS = -Wall #-O2
CXXFLAGS = #-g #-DNDEBUG
CPPFLAGS = -Wall -O2
LDFLAGS =
COMPILE = $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c
LINK = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS)