SOURCES = $(shell find ../core -name "*.rs") dist/index.ts: $(SOURCES) mkdir -p dist typeshare ../core --lang=typescript --output-file=dist/index.ts