Mercurial > hg > index.cgi
annotate src/Makefile @ 3:e94940ca17e7
Write to *stdout* not stdin. Duh!
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 29 May 2016 11:10:25 -0600 |
parents | bef2801ac83e |
children | 36c4cda4b6c4 |
rev | line source |
---|---|
0
bef2801ac83e
Initial checkin with reference implementation of core protocol
William Astle <lost@l-w.ca>
parents:
diff
changeset
|
1 CFLAGS += -Wall |
bef2801ac83e
Initial checkin with reference implementation of core protocol
William Astle <lost@l-w.ca>
parents:
diff
changeset
|
2 |
bef2801ac83e
Initial checkin with reference implementation of core protocol
William Astle <lost@l-w.ca>
parents:
diff
changeset
|
3 all: lwwire lwwire-serial |