diff options
author | Nao Pross <naopross@thearcway.org> | 2017-11-01 15:14:01 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-11-01 15:14:01 +0100 |
commit | e5cc2ae8302bca6f7c4b25df344a4f18d953bb7f (patch) | |
tree | e8754729dcf44d545220b123d1b346244d492d2f /makefile | |
parent | Added circuit diagrams for inverter, non-inverter and summing opamp (diff) | |
download | Essence-e5cc2ae8302bca6f7c4b25df344a4f18d953bb7f.tar.gz Essence-e5cc2ae8302bca6f7c4b25df344a4f18d953bb7f.zip |
Starts essence of TecHWSW
Diffstat (limited to '')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..66bc94c --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +all: + # make -C electronics + make -C techwsw |