source:
CIVL/mods/dev.civl.abc/examples/link/Makefile
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 178 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | |
| 2 | # a: illustration of crazy linking rules allowed by C, | |
| 3 | # resulting in non-typesafe whole program without any | |
| 4 | # casts. | |
| 5 | a: a0.c a1.c a2.c | |
| 6 | cc -o a a0.c a1.c a2.c | |
| 7 | ||
| 8 | clean: | |
| 9 | rm -f a |
Note:
See TracBrowser
for help on using the repository browser.
