diff --git a/makefile b/makefile index 542b37c..0b640f6 100644 --- a/makefile +++ b/makefile @@ -38,12 +38,6 @@ $(program_obj_filesobj_files): %.o: %.c # unitTests: # 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 $(CC) $(FLAGS) -c bintree bintree.c