aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/StudioIntegration/makefile4
-rw-r--r--LUFA/makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index 4f15dc48a..feec88a88 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -50,6 +50,8 @@ generate_xml: $(TEMP_MANIFEST_XML)
generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
@echo "Generating ASF cache files..."
+ @rm -f $(LUFA_ROOT)/../content.xml.cache
+ @rm -f $(LUFA_ROOT)/../ExampleProjects.xml
@python generate_caches.py $(LUFA_ROOT)/../
@echo "Archiving Content..."
@@ -74,4 +76,4 @@ check_filenames: $(TEMP_MANIFEST_XML)
fi; \
done;
-.PHONY: all clean generate_xml check_filenames generate_vsix \ No newline at end of file
+.PHONY: all clean generate_xml generate_vsix check_filenames
diff --git a/LUFA/makefile b/LUFA/makefile
index 7fe59a20e..5461111ae 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -50,4 +50,4 @@ else
include Build/lufa_doxygen.mk
endif
-.PHONY: all export_tar version clean \ No newline at end of file
+.PHONY: all export_tar version clean