# Generated automatically from Makefile.in by configure.
# Makefile for NetCharge.
# $Id:

CC = g++
CFLAGS = -Wall -g -L../lib -I../

SRCS=c_test.c util.c

OBJECTS=c_test.o util.o

PROGS=c_test

all: $(PROGS)

c_test: $(OBJECTS)
	$(CC) $(CFLAGS) -o c_test $(OBJECTS) -lnetcharge

clean:
	rm *.o
	rm $(PROGS)
