Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gadget-zero/Makefile')
-rw-r--r--tests/gadget-zero/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gadget-zero/Makefile b/tests/gadget-zero/Makefile
index 52841cd0..8aa770d8 100644
--- a/tests/gadget-zero/Makefile
+++ b/tests/gadget-zero/Makefile
@@ -9,7 +9,7 @@ all: $(GZ_ALL:=.all)
clean: $(GZ_ALL:=.clean)
%.all:
- make -f $* all
+ $(MAKE) -f $* all
%.clean:
- make -f $* clean
+ $(MAKE) -f $* clean