Skip to content

Commit

Permalink
[Makefile]change order of Makefile
Browse files Browse the repository at this point in the history
jianjunjiang committed Nov 21, 2020
1 parent 1ff5ebe commit 14a52b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Makefile
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@
.PHONY: all clean

all:
@$(MAKE) -C hello all
@$(MAKE) -C benchmark all
@$(MAKE) -C hello all

clean:
@$(MAKE) -C hello clean
@$(MAKE) -C benchmark clean
@$(MAKE) -C hello clean

0 comments on commit 14a52b4

Please sign in to comment.