From e49d0be9b1f075320c5dda99d813d11a81efcb7b Mon Sep 17 00:00:00 2001 From: Brian Duggan Date: Thu, 24 May 2018 13:20:38 -0400 Subject: [PATCH] add clean target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ab883082..e4fb2f72 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ test: python -m pytest + +clean: + find static/assets -type f |grep -v .gitignore | xargs rm