summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3288ec6..b2d0adc 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,8 @@ webclean:
# you really want to delete all development files and prepare this folder
# for deployment on a webserver
test ! -e .git
- rm -f style/*.less
+ find style/ -type f -not -name "style.css" -delete
+ find script/ -type f -not -name "ousia.js" -delete
rm -f $(TARGET_XML)
rm -f $(SOURCE_OSML)
rm -rf ontology www-src