fix makefile making .sh and .csh files the same

This commit is contained in:
anakimluke 2022-01-21 16:13:25 -03:00 committed by GitHub
parent d98a969501
commit 5adb5edba1
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}