LDFLAGS = -lstdc++

test: test.o vlong.o

test.o: test.cpp vlong.h

vlong.o: vlong.cpp vlong.h

clean:
	rm *.o test
