You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
all : saeP2.o
|
|
|
|
saeP2.o : saeP2.c saeP2.h
|
|
gcc -g -Wall -c saeP2.c
|
|
|
|
doc : saeP2.h
|
|
doxygen
|
|
|
|
clean :
|
|
rm -f saeP2.o
|