Change 'TARGET' in makefiles to 'PROGRAM', keep consistent with documentation terminology
This commit is contained in:
parent
47a7bb1952
commit
685a48583a
7 changed files with 30 additions and 30 deletions
|
@ -1,2 +1,2 @@
|
|||
TARGET=blink
|
||||
PROGRAM=blink
|
||||
include ../../common.mk
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
TARGET=button
|
||||
PROGRAM=button
|
||||
include ../../common.mk
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
TARGET=http_get
|
||||
PROGRAM=http_get
|
||||
include ../../common.mk
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
TARGET=http_get
|
||||
PROGRAM=http_get
|
||||
include ../../common.mk
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Simple makefile for simple example
|
||||
TARGET=simple
|
||||
PROGRAM=simple
|
||||
include ../../common.mk
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
TARGET=hmac_test
|
||||
PROGRAM=hmac_test
|
||||
include ../../../common.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue