2 tester
: hashtable.o tester.o hashtable_itr.o
3 gcc
-g
-Wall
-O
-o tester hashtable.o hashtable_itr.o tester.o
-lm
8 gcc
-g
-Wall
-O
-c tester.c
-o tester.o
10 old_tester
: hashtable_powers.o tester.o hashtable_itr.o
11 gcc
-g
-Wall
-O
-o old_tester hashtable_powers.o hashtable_itr.o tester.o
13 hashtable_powers.o
: hashtable_powers.c
14 gcc
-g
-Wall
-O
-c hashtable_powers.c
-o hashtable_powers.o
16 hashtable.o
: hashtable.c
17 gcc
-g
-Wall
-O
-c hashtable.c
-o hashtable.o
19 hashtable_itr.o
: hashtable_itr.c
20 gcc
-g
-Wall
-O
-c hashtable_itr.c
-o hashtable_itr.o
26 rm -f tester old_tester