diff --git a/freechat-client/Makefile b/freechat-client/Makefile index 9a2d400..57b3119 100644 --- a/freechat-client/Makefile +++ b/freechat-client/Makefile @@ -1,5 +1,5 @@ # Building primarily css here -sass=static/sass/* +sass=static/sass/ css=static/css/ all: sass run @@ -9,3 +9,6 @@ sass: run: npm start + +clean: + rm -f $(css)/* \ No newline at end of file