Commit d90f9f28 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

add help target to toplevel make

parent d6e3479f
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment