source:
CIVL/mods/dev.civl.com/examples/compare/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 372 bytes | |
| Line | |
|---|---|
| 1 | all: sumN add diff1d maxN output 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: io/Makefile |
| 19 | cd io && make |
| 20 | |
| 21 | queueT: queue/Makefile |
| 22 | cd queue && make |
| 23 | |
| 24 | clean: |
| 25 | rm -f *~ |
| 26 | rm -f -r CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
