forked from Team-Kujira/oracle-price-feeder
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
038fbbe
commit 95c66e5
Showing
5 changed files
with
171 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
all: get-just | ||
|
||
get-just: | ||
@echo "❗ make is deprecated in this project ❗" | ||
@echo "Please transition to our new build manager, just (https://just.systems)" | ||
@echo "If you need to install it, check out asdf: https://asdf-vm.com/guide/getting-started.html" | ||
@echo " asdf plugin add just" | ||
@echo " asdf install just" | ||
@echo " just" | ||
@echo | ||
@echo "Happy hacking! See the README for details." | ||
@exit 1 | ||
|
||
build: get-just | ||
|
||
install: get-just | ||
|
||
test-unit: get-just | ||
|
||
lint: get-just | ||
|
||
.PHONY: all get-just build install test-unit lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters