From 9fe9f92b34c641c69c8f407345eb5ba1b8ff1d9b Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 9 Dec 2019 16:48:08 +0100 Subject: Allow for overriding which application to build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e6dfcf..6b254a7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -APPLICATION = cc20rng +APPLICATION ?= cc20rng SRCDIR = src/$(APPLICATION) all: target -- cgit v1.2.3