all: storybook
storybook:
$(MAKE) -C src storybook
cp src/storybook storybook
clean:
rm -f storybook
$(MAKE) -C src clean