Skip to content

Commit

Permalink
Fixes root Makefile make order
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Karlsson committed Oct 24, 2023
1 parent 547f2d8 commit d84c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS=kernel common projects/hello projects/trapped projects/ping-pong projects/demonstrator
SUBDIRS=common kernel projects/hello projects/trapped projects/ping-pong projects/demonstrator

all:
for i in $(SUBDIRS); do \
Expand Down

0 comments on commit d84c4f0

Please sign in to comment.