Oh mais il y a un verso !

This commit is contained in:
Geoffrey Frogeye 2017-03-10 11:30:49 +01:00
parent 92ffb7e562
commit d4af7955e5
4 changed files with 160 additions and 1 deletions

View file

@ -1,7 +1,7 @@
all: $(patsubst %.c,%,$(shell ls *.c))
%: %.c
clang -Wall -Wextra $< -o $@
clang -Wall -Wextra $< -o $@ -g
.PHONY: all clean