We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f85c54 + 81d0669 commit 40f17b8Copy full SHA for 40f17b8
arduino-mk-vars.md
@@ -378,6 +378,26 @@ OBJDIR = /path/to/my/project-directory/bin
378
379
----
380
381
+### TARGET
382
+
383
+**Description:**
384
385
+What name you would like for generated target files.
386
387
+Defaults to the name of your current working directory, but with underscores (_) instead of spaces.
388
389
+**Example:**
390
391
+```Makefile
392
+TARGET = my-project
393
+```
394
395
+Will generate targets like `my-project.hex` and `my-project.elf`.
396
397
+**Requirement:** *Optional*
398
399
+----
400
401
### ALTERNATE_CORE
402
403
**Description:**
0 commit comments