4 lines
167 B
Makefile
4 lines
167 B
Makefile
all(%):
|
|
target/debug/state2gantt $%_afl.ron > $%_afl.csv
|
|
target/debug/state2gantt $%_state.ron > $%_state.csv
|
|
target/debug/state2gantt $%_random.ron > $%_random.csv
|