libtclsqlite3.so: tclsqlite3.c
	$(CC) $(CFLAGS) $(LDFLAGS) tclsqlite3.c -o libtclsqlite3.so -shared

clean:
	rm *.so
