merged branchjens
This commit is contained in:
parent
602220ba21
commit
82b2fb283f
6
makefile
6
makefile
@ -38,12 +38,6 @@ $(program_obj_filesobj_files): %.o: %.c
|
|||||||
# unitTests:
|
# unitTests:
|
||||||
# echo "needs to be implemented"
|
# echo "needs to be implemented"
|
||||||
|
|
||||||
stack: stack.c
|
|
||||||
$(CC) $(FLAGS) -c stack stack.c
|
|
||||||
|
|
||||||
test_stack: stack.o test_stack.c $(unityfolder)/unity.c
|
|
||||||
$(CC) $(FLAGS) -o runstackTests test_stack.c stack.o $(unityfolder)/unity.c
|
|
||||||
|
|
||||||
bintree: bintree.c
|
bintree: bintree.c
|
||||||
$(CC) $(FLAGS) -c bintree bintree.c
|
$(CC) $(FLAGS) -c bintree bintree.c
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user