mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-16 16:48:28 +01:00
make generate the default target
This commit is contained in:
parent
aa41e1f304
commit
611445254f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,8 @@
|
|||
FILE_NAME=lscolors
|
||||
export XDG_DATA_HOME ?= $${$$HOME/.local/share}
|
||||
|
||||
all: generate
|
||||
|
||||
clean:
|
||||
@command rm ${FILE_NAME}.sh 2>/dev/null || true
|
||||
@command rm ${FILE_NAME}.csh 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue