aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-10 20:14:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-10 20:14:38 +0000
commitbdd74a5ed92e74657c18f37648b6e031d040f47a (patch)
tree4c7b7a2b9f3a637884e50230025900403f739d13 /LUFA/StudioIntegration/makefile
parent5b5957f9ea99e036a22d687bbb3bb8b7fbe73599 (diff)
downloadlufa-bdd74a5ed92e74657c18f37648b6e031d040f47a.tar.gz
lufa-bdd74a5ed92e74657c18f37648b6e031d040f47a.tar.bz2
lufa-bdd74a5ed92e74657c18f37648b6e031d040f47a.zip
Fix invalid module IDs and update VSIX packing script to ensure the database cache files are always updated.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r--LUFA/StudioIntegration/makefile4
1 files changed, 3 insertions, 1 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