Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
0e4befb7
Commit
0e4befb7
authored
Jul 21, 2000
by
Christopher Alfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some initial Makefiles.
parent
1823b34c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
Makefile
Makefile
+11
-0
lib/Makefile
lib/Makefile
+4
-0
No files found.
Makefile
0 → 100644
View file @
0e4befb7
# Testbed wide makefile.
.PHONY
:
all lib/sql.so assign_hw/assign
all
:
lib/sql.so assign_hw/assign
lib/sql.so
:
@
$(MAKE)
-C
lib sql.so
assign_hw/assign
:
@
$(MAKE)
-C
assign_hw
lib/Makefile
0 → 100644
View file @
0e4befb7
all
:
sql.so
sql.so
:
./mk_sqlso.sh
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