1.23
2.0
acw/focus-triggers
main
test-branch
| Line | |
|---|
| 1 | all: sumN add diff1d maxN output outputF queueT simpleT svector
|
|---|
| 2 |
|
|---|
| 3 | sumN: sum/Makefile
|
|---|
| 4 | cd sum && make
|
|---|
| 5 |
|
|---|
| 6 | add: adder/Makefile
|
|---|
| 7 | cd adder && make
|
|---|
| 8 |
|
|---|
| 9 | diff1d: diffusion1d/Makefile
|
|---|
| 10 | cd diffusion1d && make
|
|---|
| 11 |
|
|---|
| 12 | dotP: dot/Makefile
|
|---|
| 13 | cd dot && make
|
|---|
| 14 |
|
|---|
| 15 | maxN: max/Makefile
|
|---|
| 16 | cd max && make
|
|---|
| 17 |
|
|---|
| 18 | output: outputTest/Makefile
|
|---|
| 19 | cd outputTest && make
|
|---|
| 20 |
|
|---|
| 21 | outputF: outputfile/Makefile
|
|---|
| 22 | cd outputfile && make
|
|---|
| 23 |
|
|---|
| 24 | queueT: queue/Makefile
|
|---|
| 25 | cd queue && make
|
|---|
| 26 |
|
|---|
| 27 | simpleT: simple/Makefile
|
|---|
| 28 | cd simple && make
|
|---|
| 29 |
|
|---|
| 30 | svector: sliced_vector/Makefile
|
|---|
| 31 | cd sliced_vector && make
|
|---|
| 32 |
|
|---|
| 33 | clean:
|
|---|
| 34 | rm -f *~
|
|---|
| 35 | rm -f -r CIVLREP
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.