add a all: target
This commit is contained in:
parent
2a02aab5a9
commit
a1056ee836
@ -3,6 +3,8 @@ BBFUNCS = ../libbubulles.a
|
|||||||
|
|
||||||
OPT = -Wall -Wextra -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0
|
OPT = -Wall -Wextra -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0
|
||||||
|
|
||||||
|
all: read_obj export_evblob essai_faces
|
||||||
|
|
||||||
# ---------
|
# ---------
|
||||||
|
|
||||||
read_obj: read_obj.c Makefile importobj.o rdwredges.o \
|
read_obj: read_obj.c Makefile importobj.o rdwredges.o \
|
||||||
@ -26,3 +28,5 @@ rdwredges.o: rdwredges.c objtrucs.h \
|
|||||||
|
|
||||||
essai_faces: essai_faces.c Makefile
|
essai_faces: essai_faces.c Makefile
|
||||||
$(CC) $(OPT) $< -o $@
|
$(CC) $(OPT) $< -o $@
|
||||||
|
|
||||||
|
# have a nice day !
|
||||||
|
Loading…
Reference in New Issue
Block a user