petites transformations sur les makefiles

This commit is contained in:
hugogogo
2022-02-27 22:07:04 +01:00
parent c056db80b7
commit 8f6c8259c8
15 changed files with 351 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ NAME = pure
#TYPE = c
TYPE = cpp
ifndef TYPE
echo hello
endif
ifeq "$(TYPE)" "c"
CC = c
EXT = c

BIN
d04/ex02/pure Executable file

Binary file not shown.