mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-16 16:48:28 +01:00
Use long switches in shell commands
This commit is contained in:
parent
14ed0f0e7c
commit
35d80f90ce
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -8,8 +8,8 @@ clean:
|
|||
@command rm ${FILE_NAME}.csh 2>/dev/null || true
|
||||
|
||||
generate: clean
|
||||
@dircolors -b LS_COLORS > ${FILE_NAME}.sh
|
||||
@dircolors -c LS_COLORS > ${FILE_NAME}.csh
|
||||
@dircolors --bourne-shell LS_COLORS > ${FILE_NAME}.sh
|
||||
@dircolors --c-shell LS_COLORS > ${FILE_NAME}.csh
|
||||
|
||||
install: generate
|
||||
@command cp ${FILE_NAME}.sh ${FILE_NAME}.csh ${XDG_DATA_HOME}
|
||||
|
|
Loading…
Reference in a new issue