From aff466ddbfd8477880078417e2ba12e3b53c966c Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Mon, 15 Jan 2018 21:01:24 +0100 Subject: [PATCH] Makefile --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6b1c2c3..f328ca8 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,11 @@ EELFS = $(addsuffix .elf, $(ELFS)) .PHONY: all -all: xargo $(EELFS) - +all: xargo $(EELFS) + xargo: xargo build --examples -%.elf: - cp $* $@ \ No newline at end of file +%.elf : % + cp $< $@ + -- GitLab