Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spec-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
fmc-projects
spec
spec-sw
005dccd6eea8b06f9f8a72394d62fc5d144c1c70
spec-sw
Makefile
Find file
Normal view
History
Permalink
Makefile
93 B
Newer
Older
toplevel Makefile and .gitignore, to wrap up
Alessandro Rubini
committed
13 years ago
1
tools: new directory with specmem and spec-cl
Alessandro Rubini
committed
13 years ago
2
DIRS
=
kernel tools doc
toplevel Makefile and .gitignore, to wrap up
Alessandro Rubini
committed
13 years ago
3
4
all clean
:
tools: new directory with specmem and spec-cl
Alessandro Rubini
committed
13 years ago
5
for
d
in
$(
DIRS
);
do
$(
MAKE
)
-C
$$
d
$@
||
exit
1
;
done