Compare commits
No commits in common. "52b7c1f3e0d91c833fb386f9a7d47cf659e5171e" and "c8283e1d085003359aabcaa4b51bf8f28fae4d45" have entirely different histories.
52b7c1f3e0
...
c8283e1d08
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
*.txt
|
map.txt
|
||||||
|
13
Makefile
13
Makefile
@ -1,14 +1,5 @@
|
|||||||
.PHONY: help
|
map.txt: map.ge
|
||||||
|
|
||||||
help: ## Print the help message
|
|
||||||
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z._-]+:.*?## / {printf "\033[36m%s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST) | \
|
|
||||||
sort | \
|
|
||||||
column -s ':' -t
|
|
||||||
|
|
||||||
map.txt: map.ge ## Making map.txt
|
|
||||||
grep -v '# unimportant' $< | graph-easy --boxart > $@
|
grep -v '# unimportant' $< | graph-easy --boxart > $@
|
||||||
cat $@
|
|
||||||
|
|
||||||
full_map.txt: map.ge ## Generating full_map.txt with graph-easy
|
full_map.txt: map.ge
|
||||||
graph-easy --boxart < $< > $@
|
graph-easy --boxart < $< > $@
|
||||||
cat $@
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user