Updated Makefile

This commit is contained in:
David Allen 2024-07-31 08:45:42 -06:00
parent 2d4293359a
commit d5eacf0264
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -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