16 lines
84 B
Makefile
16 lines
84 B
Makefile
|
|
||
|
|
||
|
all:
|
||
|
true
|
||
|
|
||
|
|
||
|
clean:
|
||
|
true
|
||
|
|
||
|
|
||
|
test:
|
||
|
./generate_hash.py
|
||
|
./PerfHash.py
|
||
|
./Graph.py
|
||
|
|