Skip to content

Commit

Permalink
Wipe working directory before building Atmel Studio extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Aug 18, 2013
1 parent 3f99d41 commit 56c6b59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion LUFA/StudioIntegration/makefile
Expand Up @@ -45,7 +45,10 @@ MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \
--stringparam root.filename "LUFA" \
--stringparam html.stylesheet "lufa_studio_help_styling.css"

all: generate_xml check_filenames generate_vsix
all: clear_project_dirs generate_xml check_filenames generate_vsix

clear_project_dirs:
@make -s -C $(LUFA_ROOT)/.. clean

clean:
@rm -f $(TEMP_MANIFEST_XML) $(MODULE_OUTPUT_XML) $(EXTENSION_OUTPUT_XML) $(DOXYGEN_TAG_FILE_XML) $(DOXYGEN_COMBINED_XML) $(MSHELP_OUTPUT_XML)
Expand Down

0 comments on commit 56c6b59

Please sign in to comment.