[Cryptech-Commits] [user/ln5/stm32-avalanche-noise] 06/07: Allow for overriding which application to build
git at cryptech.is
git at cryptech.is
Mon Dec 16 21:22:36 UTC 2019
This is an automated email from the git hooks/post-receive script.
linus at nordberg.se pushed a commit to branch master
in repository user/ln5/stm32-avalanche-noise.
commit 9fe9f92b34c641c69c8f407345eb5ba1b8ff1d9b
Author: Linus Nordberg <linus at nordberg.se>
AuthorDate: Mon Dec 9 16:48:08 2019 +0100
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
More information about the Commits
mailing list