added and fixed stack
This commit is contained in:
@@ -3,7 +3,7 @@ CC=gcc
|
||||
all: test_method_dispatcher
|
||||
|
||||
method_dispatcher: clean
|
||||
$(CC) ../method_dispatcher.c test_method_dispatcher.c -o method_dispatcher
|
||||
$(CC) -g ../method_dispatcher.c test_method_dispatcher.c -o method_dispatcher
|
||||
|
||||
test_method_dispatcher: method_dispatcher
|
||||
valgrind ./method_dispatcher
|
||||
|
Reference in New Issue
Block a user