forked from tTh/FloatImg
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
|
||||
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 \
|
||||
|
|
Loading…
Reference in New Issue