summaryrefslogtreecommitdiff
path: root/graphics/asymptote/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/Makefile.in')
-rw-r--r--graphics/asymptote/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/asymptote/Makefile.in b/graphics/asymptote/Makefile.in
index 2e6bec801f..a59ebd9d8d 100644
--- a/graphics/asymptote/Makefile.in
+++ b/graphics/asymptote/Makefile.in
@@ -355,7 +355,10 @@ cleaner: FORCE clean
distclean: FORCE cleaner
cd doc && $(MAKE) distclean
- cd LspCpp && rm -rf CMakeCache.txt CMakeDoxyfile.in CMakeDoxygenDefaults.cmake CMakeFiles Makefile cmake_install.cmake
+ cd LspCpp && rm -rf CMakeCache.txt CMakeDoxyfile.in \
+ CMakeDoxygenDefaults.cmake CMakeFiles Makefile cmake_install.cmake \
+ third_party/uri/src/CMakeFiles/network-uri.dir/detail
+
cleanest: FORCE maintainer-clean
maintainer-clean: FORCE distclean