Browse Source

:sparkles: Remove useless characters

DricomDragon 1 year ago
parent
commit
70160031b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -9,7 +9,7 @@ SRC_LIST_YML := $(shell echo src/projets/*/*.meta.yml)
 
 GEN_HTMLS := $(SRC_HTMLS:%.src.html=%.gen.html)
 GEN_MDS := $(SRC_MDS:%.src.md=%.gen.html)
-GEN_LIST_YML := 'src/projets/list.gen.yml'
+GEN_LIST_YML := src/projets/list.gen.yml
 GEN_CONTENT_FILES := $(GEN_HTMLS) $(GEN_MDS)
 GEN_FILES := $(GEN_CONTENT_FILES) $(GEN_LIST_YML)