remove make cruft
This commit is contained in:
parent
23e4c5c681
commit
e5dcd09807
1 changed files with 3 additions and 11 deletions
10
Makefile
10
Makefile
|
@ -25,15 +25,7 @@ dr d-run:
|
||||||
dr-keep:
|
dr-keep:
|
||||||
docker run -it dots
|
docker run -it dots
|
||||||
|
|
||||||
.DEFAULT_GOAL := help
|
.DEFAULT_GOAL = help
|
||||||
# ## h, help | show this help
|
|
||||||
# .PHONY: help h
|
|
||||||
# help h: Makefile
|
|
||||||
# @awk -v fill=$(shell sed -n 's/^## \(.*\) | .*/\1/p' $< | wc -L)\
|
|
||||||
# 'match($$0,/^## (.*) \|/,name) && match($$0,/\| (.*)$$/,help)\
|
|
||||||
# {printf "\033[1;93m%*s\033[0m | \033[30m%s\033[0m\n",\
|
|
||||||
# fill,name[1],help[1];} match($$0,/^### (.*)/,str) \
|
|
||||||
# {printf "%*s \033[30m%s\033[0m\n",fill," ",str[1];}' $<
|
|
||||||
GOAL_COLOR = b_magenta
|
GOAL_COLOR = b_magenta
|
||||||
HELP_SEP = ->>
|
HELP_SEP = ->>
|
||||||
-include .task.mk
|
-include .task.mk
|
||||||
|
|
Loading…
Reference in a new issue