diff --git a/Makefile b/Makefile deleted file mode 100644 index cd38382..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -.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-cli - $(MAKE) -C src clean