From fabadcd21f7c012d6a912aa8dc05316db529cfea Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 24 Dec 2015 09:40:08 -0600 Subject: [PATCH] do not remove gluon/packages/dal/.* files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index deb1522f..f6ba2a97 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: find ./ -name '*.rej' -exec rm -f {} \; find ./ -name '#*' -exec rm -f {} \; find ./ -name 'Thumbs.db' -exec rm -f {} \; - find ./gluon/ -name '.*' -exec rm -f {} \; + # find ./gluon/ -name '.*' -exec rm -f {} \; find ./gluon/ -name '*class' -exec rm -f {} \; find ./applications/admin/ -name '.*' -exec rm -f {} \; find ./applications/examples/ -name '.*' -exec rm -f {} \;