The commit where I moved everything

This commit is contained in:
2021-12-31 13:07:59 -06:00
parent 58187bbff0
commit 6aba0d0227
11 changed files with 62 additions and 60 deletions

View File

@@ -1,8 +1,8 @@
.PHONY: all clean storybook
all: storybook
storybook:
$(MAKE) -C src storybook
cp src/storybook storybook
.PHONY: all clean storybook-cli
all: storybook-cli
storybook-cli:
$(MAKE) -C src all
cp src/cli/storybook-cli storybook-cli
clean:
rm -f storybook
rm -f storybook-cli
$(MAKE) -C src clean