root/nano-RK/tools/SLIPstream/SLIPstream-client/makefile
| Revision 122, 173 bytes (checked in by agr, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | CC=gcc |
| 2 | CFLAGS=-I. |
| 3 | |
| 4 | %.o: %.c |
| 5 | $(CC) -c -o $@ $< $(CFLAGS) |
| 6 | |
| 7 | all: main.o slipstream.o |
| 8 | gcc -o sample-client main.o slipstream.o -I. |
| 9 | clean: |
| 10 | rm -f *.o *~ core sample-client |
| 11 |
Note: See TracBrowser for help on using the browser.
