source:
icas_send/Makefile
Last change on this file was 246, checked in by jazz, 13 years ago | |
---|---|
File size: 219 bytes |
Rev | Line | |
---|---|---|
[245] | 1 | all: |
[246] | 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 | |
[245] | 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.