source:
icas_send/Makefile
@
246
| Last change on this file since 246 was 246, checked in by jazz, 14 years ago | |
|---|---|
| File size: 219 bytes | |
| Line | |
|---|---|
| 1 | all: |
| 2 | gcc icas_send.c -o icas_send -static |
| 3 | gcc icas_recv.c -o icas_recv -static |
| 4 | strip icas_send |
| 5 | strip icas_recv |
| 6 | clean: |
| 7 | rm icas_send icas_recv |
| 8 | debug: |
| 9 | gcc -g icas_send.c -o icas_send |
| 10 | gcc -g icas_recv.c -o icas_recv |
Note: See TracBrowser
for help on using the repository browser.
