clean main makefile

This commit is contained in:
tth 2019-08-07 17:14:58 +02:00
parent 282fe9f143
commit cdd6c30f6d
1 changed files with 2 additions and 4 deletions

View File

@ -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 \