make generate the default target

This commit is contained in:
Ahmed El Gabri 2022-01-21 00:10:35 +01:00
parent aa41e1f304
commit 611445254f
No known key found for this signature in database
GPG Key ID: CE3F2CD86B651AC4
1 changed files with 2 additions and 0 deletions

View File

@ -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