temp wildcard srcs
This commit is contained in:
parent
faeaed6e6d
commit
3597596ecb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
minishell
|
minishell
|
||||||
sources.mk
|
|
||||||
a.out
|
a.out
|
||||||
*.d
|
*.d
|
||||||
*.o
|
*.o
|
||||||
|
|||||||
2
sources.mk
Normal file
2
sources.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
VPATH = $(shell find $(SRC_PATH) -type d | tr '\n' ':')
|
||||||
|
SOURCES = $(shell basename -a $(shell find $(SRC_PATH) -type f -name "*.c"))
|
||||||
Loading…
Reference in New Issue
Block a user