source:
CIVL/examples/compare/Makefile
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 372 bytes | |
| Rev | Line | |
|---|---|---|
| [e7cf709] | 1 | all: sumN add diff1d maxN output queueT simpleT svector |
| [f06298a] | 2 | |
| [7c593bf] | 3 | sumN: sum/Makefile |
| 4 | cd sum && make | |
| [f06298a] | 5 | |
| [7c593bf] | 6 | add: adder/Makefile |
| 7 | cd adder && make | |
| [fbb0793f] | 8 | |
| [7c593bf] | 9 | diff1d: diffusion1d/Makefile |
| 10 | cd diffusion1d && make | |
| [7e8e35c] | 11 | |
| [6caf443] | 12 | dotP: dot/Makefile |
| 13 | cd dot && make | |
| 14 | ||
| 15 | maxN: max/Makefile | |
| 16 | cd max && make | |
| 17 | ||
| [e7cf709] | 18 | output: io/Makefile |
| 19 | cd io && make | |
| [6caf443] | 20 | |
| 21 | queueT: queue/Makefile | |
| 22 | cd queue && make | |
| 23 | ||
| [f06298a] | 24 | clean: |
| 25 | rm -f *~ | |
| [7e8e35c] | 26 | rm -f -r CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
