Skip to content

Commit 6bfecc0

Browse files
committed
fix: adapter la commande clean du Makefile pour la nouvelle structure de données
1 parent 9015c24 commit 6bfecc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ clean:
238238
@echo "${BLUE}Cleaning directories...${NC}"
239239
@rm -Rf .phpdoc
240240
@rm -Rf etc/ssl/*
241-
@rm -Rf data/db/mysql/*
242241
@rm -Rf $(MYSQL_DUMPS_DIR)/*
243242
@rm -Rf $(APP_ROOT)/vendor
244243
@rm -Rf $(APP_ROOT)/composer.lock

0 commit comments

Comments
 (0)