clean main makefile
This commit is contained in:
parent
282fe9f143
commit
cdd6c30f6d
6
Makefile
6
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
|
essai: essai.c libfloatimg.a floatimg.h Makefile
|
||||||
gcc $(COPT) $< $(LDOPT) -lpnglite -o $@
|
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 \
|
funcs/*.[ch] funcs/Makefile \
|
||||||
tools/*.[ch] tools/Makefile \
|
tools/*.[ch] tools/Makefile \
|
||||||
v4l2/*.[ch] v4l2/Makefile \
|
v4l2/*.[ch] v4l2/Makefile \
|
||||||
|
Loading…
Reference in New Issue
Block a user