OBJ = Rconnect.o

CFLAGS = -I../include -g

PROG = foo

$(PROG): $(OBJ)

clean:
	rm -f $(OBJ) $(PROG) core

$(OBJ): ../include/socks.h
