Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yosys-tests
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yosys-tests
Commits
f8ef75f8
Commit
f8ef75f8
authored
Mar 01, 2018
by
Clifford Wolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update makefiles
Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent
01897ebf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
.gitignore
+1
-0
Makefile
+13
-0
verific/.gitignore
+1
-0
verific/Makefile
+13
-0
No files found.
.gitignore
0 → 100644
View file @
f8ef75f8
/.stamp
Makefile
0 → 100644
View file @
f8ef75f8
SUBDIRS
=
verific
all
:
$(addsuffix /.stamp
,
$(SUBDIRS))
touch .stamp
%/.stamp
:
$(MAKE)
-C
$
(
dir
$@
)
clean
:
+for subdir
in
$(SUBDIRS)
;
do
make
-C
$$
subdir clean
;
done
rm
-f
.stamp
.PHONY
:
all clean
verific/.gitignore
0 → 100644
View file @
f8ef75f8
/.stamp
verific/Makefile
0 → 100644
View file @
f8ef75f8
SUBDIRS
=
opers sva
all
:
$(addsuffix /.stamp
,
$(SUBDIRS))
touch .stamp
%/.stamp
:
$(MAKE)
-C
$
(
dir
$@
)
clean
:
+for subdir
in
$(SUBDIRS)
;
do
make
-C
$$
subdir clean
;
done
rm
-f
.stamp
.PHONY
:
all clean
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