mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Updated Makefile
This commit is contained in:
parent
2d4293359a
commit
d5eacf0264
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -88,6 +88,11 @@ docs: ## go docs
|
|||
go doc github.com/OpenCHAMI/magellan/internal
|
||||
go doc github.com/OpenCHAMI/magellan/pkg/crawler
|
||||
|
||||
.PHONY: emulator
|
||||
emulator:
|
||||
$(call print-target)
|
||||
./emulator/setup.sh
|
||||
|
||||
define print-target
|
||||
@printf "Executing target: \033[36m$@\033[0m\n"
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue