Meilleurs Makefile
This commit is contained in:
parent
630cfed0ed
commit
c7cd6f5092
6 changed files with 22 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
all: $(subst c,exe,$(shell ls *.c))
|
||||
all: $(patsubst %.c,%.exe,$(shell ls *.c))
|
||||
|
||||
E1-1.exe: E1-1.c
|
||||
gcc E1-1.c -o E1-1.exe
|
||||
|
|
Reference in a new issue