read .OBJ file, first try

This commit is contained in:
2020-06-05 00:17:17 +02:00
parent ee00eec000
commit 5a6e98d034
7 changed files with 65 additions and 2 deletions

5
tools/Makefile Normal file
View File

@@ -0,0 +1,5 @@
BBFUNCS = ../libbubulles.a
read_obj: read_obj.c Makefile ${BBFUNCS}
gcc -Wall $< ${BBFUNCS} -o $@