aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2019-12-09 16:48:08 +0100
committerLinus Nordberg <linus@nordberg.se>2019-12-16 22:16:11 +0100
commit9fe9f92b34c641c69c8f407345eb5ba1b8ff1d9b (patch)
treec33502d3b75f7e6c8ba0772fc38980833bc54687
parente7f5fdebef90d0be01edeabd4ea260138ed1fbd0 (diff)
Allow for overriding which application to build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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