Patterns in static

Apophenia

Makefile

Instead of giving lengthy compiler commands at the command prompt, you can use a Makefile to do most of the work. How to:

PROGNAME = your_program_name_here
objects =
CFLAGS = -g -Wall -O3
LDLIBS = -lapophenia -lgsl -lgslcblas -lsqlite3
$(PROGNAME): $(objects)

Autogenerated by doxygen on Sun Oct 26 2014 (Debian 0.999b+ds3-2).