include ../Makefile.config

all: setup.o envelope_util.o

clean:
	rm -f *.o
	rm -f *~

