CFLAGS = -g -O2 -Wall `gretl-config --cflags`
LDFLAGS = `gretl-config --libs`

all: simple_client

clean:
	rm -f ./simple_client core 
