added bintree.o to makefile
This commit is contained in:
parent
c49a8d687c
commit
574ed71bae
3
makefile
3
makefile
@ -38,6 +38,9 @@ $(program_obj_filesobj_files): %.o: %.c
|
|||||||
# unitTests:
|
# unitTests:
|
||||||
# echo "needs to be implemented"
|
# echo "needs to be implemented"
|
||||||
|
|
||||||
|
bintree: bintree.c
|
||||||
|
$(CC) $(FLAGS) -c bintree bintree.c
|
||||||
|
|
||||||
bintreeTests: bintree.o bintreeTests.c $(unityfolder)/unity.c
|
bintreeTests: bintree.o bintreeTests.c $(unityfolder)/unity.c
|
||||||
$(CC) $(FLAGS) -o runbintreeTests bintreeTests.c bintree.o $(unityfolder)/unity.c
|
$(CC) $(FLAGS) -o runbintreeTests bintreeTests.c bintree.o $(unityfolder)/unity.c
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user