From e91ce0148bf5849e746fbfecc2759658a77f8901 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 30 Oct 2023 07:51:59 +0100 Subject: [PATCH] adds build targets --- hello-world/.cproject | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/hello-world/.cproject b/hello-world/.cproject index f83f6f9..9ce61b2 100644 --- a/hello-world/.cproject +++ b/hello-world/.cproject @@ -57,7 +57,6 @@ make - all true true @@ -65,12 +64,27 @@ make - clean true true true + + make + + clean all BOARD=tgc-vp + true + true + true + + + make + + clean all BOARD=iss + true + true + true + - + \ No newline at end of file