| commit | 106e38b171534ae5bbc864639388d5ed01b28a94 | [log] [tgz] |
|---|---|---|
| author | Tim Edwards <tim@opencircuitdesign.com> | Sun Sep 20 13:07:54 2020 -0400 |
| committer | Tim Edwards <tim@opencircuitdesign.com> | Sun Sep 20 13:07:54 2020 -0400 |
| tree | 8250090dafd4aeb9f4d21b5bfad576386e471a18 | |
| parent | 28cea2f0be8fbe580b3415e17fcf9257df44e2a6 [diff] [blame] |
First cut at properly incorporating the sky130_fd_pr primitive devices (much work do be done still).
diff --git a/Makefile.in b/Makefile.in index 202fa8d..1a1c2c7 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -63,7 +63,7 @@ install: ${TECHS} for tech in ${TECHS}; do \ - ${MAKE} install-$${tech}-local; done + ${MAKE} install-$${tech}; done clean: ${TECHS} for tech in ${TECHS}; do \