Commit b131a63a80824c6f9fcc813e80e4649280b88c3f
1 parent
965dadaa
Exists in
master
sort targets
Showing
1 changed file
with
23 additions
and
4 deletions
Show diff stats
Makefile
... | ... | @@ -73,10 +73,29 @@ else |
73 | 73 | endif |
74 | 74 | |
75 | 75 | |
76 | -FDC_BINS = qap costas queens golomb langford trivial test-setup graphs \ | |
77 | - magic-seq partition bibd golfers queens2 k-queens magic-square \ | |
78 | - money sudoku \ | |
79 | - all change c-exactly times x | |
76 | +FDC_BINS = \ | |
77 | + all \ | |
78 | + bibd \ | |
79 | + c-exactly \ | |
80 | + change \ | |
81 | + costas \ | |
82 | + golfers \ | |
83 | + golomb \ | |
84 | + graphs \ | |
85 | + k-queens \ | |
86 | + langford \ | |
87 | + magic-seq \ | |
88 | + magic-square \ | |
89 | + money \ | |
90 | + partition \ | |
91 | + qap \ | |
92 | + queens \ | |
93 | + queens2 \ | |
94 | + sudoku \ | |
95 | + test-setup \ | |
96 | + times \ | |
97 | + trivial \ | |
98 | + x | |
80 | 99 | |
81 | 100 | DFDC_BINS = $(FDC_BINS:=-mpi) |
82 | 101 | ... | ... |