add a all: target

This commit is contained in:
tTh 2023-04-19 10:41:50 +02:00
parent 2a02aab5a9
commit a1056ee836
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ BBFUNCS = ../libbubulles.a
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 \
@ -26,3 +28,5 @@ rdwredges.o: rdwredges.c objtrucs.h \
essai_faces: essai_faces.c Makefile
$(CC) $(OPT) $< -o $@
# have a nice day !