FreeCalypso > hg > fc-sim-tools
comparison calypso/Makefile @ 5:f6b03af63bf7
fcsim-calypso-be: add FIONBIO setting to 0
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 14 Mar 2021 05:15:49 +0000 |
| parents | deeeef558279 |
| children | 0a21a7ffe144 |
comparison
equal
deleted
inserted
replaced
| 4:deeeef558279 | 5:f6b03af63bf7 |
|---|---|
| 4 | 4 |
| 5 INSTALL_PREFIX= /opt/freecalypso | 5 INSTALL_PREFIX= /opt/freecalypso |
| 6 | 6 |
| 7 INSTBIN=${INSTALL_PREFIX}/bin | 7 INSTBIN=${INSTALL_PREFIX}/bin |
| 8 | 8 |
| 9 MAIN_OBJS= main.o targetfd.o tpinterf.o | 9 MAIN_OBJS= main.o nonblock.o targetfd.o tpinterf.o |
| 10 | 10 |
| 11 all: ${PROGS} | 11 all: ${PROGS} |
| 12 | 12 |
| 13 fcsim-calypso-be: ${MAIN_OBJS} | 13 fcsim-calypso-be: ${MAIN_OBJS} |
| 14 ${CC} ${CFLAGS} -o $@ ${MAIN_OBJS} | 14 ${CC} ${CFLAGS} -o $@ ${MAIN_OBJS} |
