Merge pull request #183 from anakimluke/patch-1

fix makefile making .sh and .csh files the same
This commit is contained in:
Ryan Delaney 2022-01-21 15:22:02 -05:00 committed by GitHub
commit 2de7deff25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ clean:
generate: clean
@dircolors -b LS_COLORS > ${FILE_NAME}.sh
@dircolors -b LS_COLORS > ${FILE_NAME}.csh
@dircolors -c LS_COLORS > ${FILE_NAME}.csh
install: generate
@command cp ${FILE_NAME}.sh ${FILE_NAME}.csh ${XDG_DATA_HOME}