projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add explicit requirements for the AppConfig.h headers in the various project asf...
[pub/USBasp.git]
/
LUFA
/
StudioIntegration
/
makefile
diff --git
a/LUFA/StudioIntegration/makefile
b/LUFA/StudioIntegration/makefile
index
9dee437
..
207d7d0
100644
(file)
--- a/
LUFA/StudioIntegration/makefile
+++ b/
LUFA/StudioIntegration/makefile
@@
-83,4
+83,7
@@
check_filenames: $(MODULE_OUTPUT_XML)
done;
@echo Verified referenced filenames of ASF.xml modules.
done;
@echo Verified referenced filenames of ASF.xml modules.
+sanity_check:
+ python ProjectGenerator/project_generator.py -b $(LUFA_ROOT)/../ --main-ext-uuid=0e160d5c-e331-48d9-850b-e0387912171b CHECK
+
.PHONY: all clean generate_xml generate_vsix check_filenames
.PHONY: all clean generate_xml generate_vsix check_filenames