Oh mais il y a un verso !
This commit is contained in:
parent
92ffb7e562
commit
d4af7955e5
4 changed files with 160 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
all: $(patsubst %.c,%,$(shell ls *.c))
|
||||
|
||||
%: %.c
|
||||
clang -Wall -Wextra $< -o $@
|
||||
clang -Wall -Wextra $< -o $@ -g
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
|
Reference in a new issue