minishell/sources.mk
2025-03-05 17:44:32 +01:00

2 lines
132 B
Makefile

VPATH = $(shell find $(SRC_PATH) -type d | tr '\n' ':')
SOURCES = $(shell basename -a $(shell find $(SRC_PATH) -type f -name "*.c"))