Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
d90f9f28
Commit
d90f9f28
authored
Jun 20, 2020
by
Antoine Kaufmann
Browse files
add help target to toplevel make
parent
d6e3479f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Makefile
Makefile
+9
-0
No files found.
Makefile
View file @
d90f9f28
...
...
@@ -15,6 +15,15 @@ clean:
$(MAKE)
-C
nicsim_common/ clean
$(MAKE)
-C
netsim_common/ clean
help
:
@
echo
"Targets:"
@
echo
" all: builds all the tools directly in this repo"
@
echo
" clean: cleans all the tool folders in this repo"
@
echo
" build-images: prepare prereqs for VMs (images directory)"
@
echo
" external: clone and build our tools in external repos "
@
echo
" (qemu, gem5, ns-3)"
@
echo
" run-experiments: run all experiments (experiments directory,"
@
echo
" implies all, build-images, external)"
####################################
# Tools in this repo
...
...
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