summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd4d7d02bf..653ec40756 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,10 @@ lproj: config.gypi linux/llmr-app.gyp clear_xcode_cache
clean:
-rm -rf ./build/Release
-rm -rf ./build/Debug
+ -rm -f include/llmr/shader/shaders.hpp
+ -rm -f include/llmr/style/resources.hpp
+ -rm -f src/style/resources.cpp
+ -rm -rf ~/Library/Developer/Xcode/DerivedData/llmr*
distclean: clean
-rm -rf ./build