diff --git a/freechat-client/Makefile b/freechat-client/Makefile deleted file mode 100644 index 2f80a9c..0000000 --- a/freechat-client/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Building primarily css here -sass=static/sass/ -css=static/css/ - -all: build-sass - -live: watch-sass run - -build-sass: - sh scripts/build-sass.sh build - -watch-sass: - sh scripts/build-sass.sh watch & - -run: - npm start - -clean: - rm -f $(css)/*