Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
ee1e904a
Commit
ee1e904a
authored
Jul 23, 2018
by
Marco Govoni
Browse files
Update Makefile
parent
bef7387b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test-suite/Makefile
View file @
ee1e904a
...
...
@@ -4,7 +4,7 @@ testdirs:= test001 test002 test003 test003
default
:
title all
all
:
for
d
in
$(testdirs)
;
do
(
cd
$$
d
;
$(MAKE)
all
)
;
done
for
d
in
$(testdirs)
;
do
(
cd
$$
d
;
$(MAKE)
)
;
done
clean
:
for
d
in
$(testdirs)
;
do
(
cd
$$
d
;
$(MAKE)
clean
)
;
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment