TP4 E2
Un mix entre ce qui est demandé et ce qui me paraît plus correct.
This commit is contained in:
parent
72d2f70b99
commit
b2da77824f
3 changed files with 55 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
all: $(patsubst %.c,%.exe,$(shell ls *.c))
|
||||
|
||||
%.exe: %.c
|
||||
gcc $< -o $@ -lm
|
||||
gcc -g $< -o $@ -lm
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
|
Reference in a new issue