FreeCalypso > hg > ueda-linux
changeset 25:ace4f60773ca
ueda/Makefile: unet-utils added
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 06 Aug 2015 20:22:24 +0000 |
parents | 7e8a2cb54b6b |
children | b2b60ec8d9ca |
files | ueda/Makefile |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ueda/Makefile Thu Aug 06 20:20:11 2015 +0000 +++ b/ueda/Makefile Thu Aug 06 20:22:24 2015 +0000 @@ -1,6 +1,6 @@ SUBDIR= libueda libunet libuschem mclutils migration sverp sverp-bind \ - uschem-netlist uschem-print uschem-utils utils -BUILD= libueda libunet mclutils sverp sverp-bind utils + unet-utils uschem-netlist uschem-print uschem-utils utils +BUILD= libueda libunet mclutils sverp sverp-bind unet-utils utils all: ${BUILD} @@ -10,6 +10,7 @@ mclutils: libueda sverp: libueda sverp-bind: libueda libunet +unet-utils: libunet uschem-utils: libueda libuschem uschem-print: libueda libuschem uschem-netlist: libueda libuschem