Skip to content
Snippets Groups Projects
Commit 00aaf1cb authored by Dean Camera's avatar Dean Camera
Browse files

Disable inbuilt make rules in the LUFA build system for speedups when...

Disable inbuilt make rules in the LUFA build system for speedups when compiling many projects recursively.
parent 5af18ba2
No related branches found
No related tags found
No related merge requests found
......@@ -103,3 +103,7 @@ list_optional:
# Phony build targets for this module
.PHONY: help list_modules list_targets list_mandatory list_optional
# Disable default in-built make rules (those that are needed are explicitly
# defined, and doing so has performance benefits when recursively building)
.SUFFIXES:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment