ajout explications
This commit is contained in:
9
test/Makefile
Normal file
9
test/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
SRC = main.c putchar.c transform.c
|
||||
DEP = test.h
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
test: $(OBJ)
|
||||
gcc -I. -o test $(OBJ)
|
||||
%.o: %.c $(DEP)
|
||||
gcc -I. -c $<
|
||||
|
||||
Reference in New Issue
Block a user