Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple PCIe FMC carrier SPEC - Software
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
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
Projects
Simple PCIe FMC carrier SPEC - Software
db0c8f63a9964aa5db870caddd6a17e5d216a16c
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