FreeCalypso > hg > freecalypso-tools
changeset 572:070b8c8f9be5
top Makefile: libpwon added as a dependency for loadtools
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 02 Feb 2020 17:46:23 +0000 | 
| parents | 41b3e010808d | 
| children | b22cc34b6fc9 | 
| files | Makefile | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/Makefile Sun Feb 02 17:40:25 2020 +0000 +++ b/Makefile Sun Feb 02 17:46:23 2020 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROGDIR=ffstools loadtools miscutil ringtools rvinterf uptools -LIBDIR= librftab libserial +LIBDIR= libpwon librftab libserial SUBDIR= ${PROGDIR} ${LIBDIR} INSTALL_PREFIX= /opt/freecalypso @@ -9,7 +9,7 @@ all: ${SUBDIR} ffstools: librftab -loadtools: libserial +loadtools: libpwon libserial miscutil: libserial rvinterf: librftab libserial uptools: libserial
