restored folder structure

This commit is contained in:
2018-10-27 19:49:38 +02:00
parent bd0a0bcb74
commit a2fedb21c7
17 changed files with 20 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
CC=gcc
all: test_method_dispatcher
method_dispatcher: clean
$(CC) -g ../method_dispatcher.c test_method_dispatcher.c -o method_dispatcher
test_method_dispatcher: method_dispatcher
valgrind ./method_dispatcher
clean:
-rm method_dispatcher