diff --git a/Makefile b/Makefile index 562af1d..e16f5c5 100644 --- a/Makefile +++ b/Makefile @@ -10,15 +10,13 @@ all: essai #--------------------------------------------------------------- -exemple: exemple.c libfloatimg.a floatimg.h Makefile - gcc $(COPT) $< $(LDOPT) -o $@ - essai: essai.c libfloatimg.a floatimg.h Makefile gcc $(COPT) $< $(LDOPT) -lpnglite -o $@ #--------------------------------------------------------------- -TOTAR = *.[ch] Makefile *.sh *.txt doc/*.tex \ +TOTAR = *.[ch] Makefile *.sh *.txt \ + doc/*.tex doc/mkdoc.sh \ funcs/*.[ch] funcs/Makefile \ tools/*.[ch] tools/Makefile \ v4l2/*.[ch] v4l2/Makefile \