not ready for prime time

This commit is contained in:
tTh
2023-04-03 00:52:09 +02:00
parent c4547fa832
commit 52e5ace4e1
6 changed files with 146 additions and 40 deletions

View File

@@ -8,3 +8,6 @@ read_obj: read_obj.c Makefile importobj.o $(BBFUNCS)
importobj.o: importobj.c ../bubulles.h Makefile
$(CC) $(OPT) -c $<
essai_faces: essai_faces.c Makefile
$(CC) $(OPT) $< -o $@