FreeCalypso > hg > ueda-linux
diff ueda/unet-utils/Makefile @ 143:7c0fd80782c8
unet2protel utility added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 19 Sep 2020 23:46:46 +0000 |
parents | 7bdce91da1a5 |
children |
line wrap: on
line diff
--- a/ueda/unet-utils/Makefile Sat Sep 19 22:50:24 2020 +0000 +++ b/ueda/unet-utils/Makefile Sat Sep 19 23:46:46 2020 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGS= unet-destar unet-excise unet2pads unet2pcb unet2tedax +PROGS= unet-destar unet-excise unet2pads unet2pcb unet2protel unet2tedax LIBUNET=../libunet/libunet.a BINDIR= /usr/local/bin @@ -19,4 +19,5 @@ unet-excise: unet-excise.o unet2pads: unet2pads.o unet2pcb: unet2pcb.o +unet2protel: unet2protel.o unet2tedax: unet2tedax.o