From 8c56725e30a7a61fe8035531bbd347c9f4ed1c3e Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Fri, 19 Aug 2016 12:29:49 -0500 Subject: [PATCH] Fix up clean to remove static/ext --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc1a8ce0..36d2ba9f 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test: @echo Tests pass clean: - rm -rf bower_modules node_modules .npm-updated .bower-updated out + rm -rf bower_modules node_modules .npm-updated .bower-updated out static/ext $(MAKE) -C d clean $(MAKE) -C c-preload clean