Change 'TARGET' in makefiles to 'PROGRAM', keep consistent with documentation terminology

This commit is contained in:
Angus Gratton 2015-06-12 10:26:02 +10:00
parent 47a7bb1952
commit 685a48583a
7 changed files with 30 additions and 30 deletions

View file

@ -1,2 +1,2 @@
TARGET=blink
PROGRAM=blink
include ../../common.mk

View file

@ -1,2 +1,2 @@
TARGET=button
PROGRAM=button
include ../../common.mk

View file

@ -1,2 +1,2 @@
TARGET=http_get
PROGRAM=http_get
include ../../common.mk

View file

@ -1,2 +1,2 @@
TARGET=http_get
PROGRAM=http_get
include ../../common.mk

View file

@ -1,3 +1,3 @@
# Simple makefile for simple example
TARGET=simple
PROGRAM=simple
include ../../common.mk

View file

@ -1,2 +1,2 @@
TARGET=hmac_test
PROGRAM=hmac_test
include ../../../common.mk