From 0218a860d1209d89c0dec5ddbaa94f3abfbb5a05 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Wed, 1 May 2019 00:03:27 +0000 Subject: [PATCH] Added bin folder so tools can be referenced from other projects or PATH easily. --- .gitignore | 3 ++- bin/acme | 1 + bin/genosine | 1 + bin/pucrunch | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 bin/acme create mode 120000 bin/genosine create mode 120000 bin/pucrunch diff --git a/.gitignore b/.gitignore index 0245f2c..6b23fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/ -*.log \ No newline at end of file +*.log +build/ diff --git a/bin/acme b/bin/acme new file mode 120000 index 0000000..7bbcfad --- /dev/null +++ b/bin/acme @@ -0,0 +1 @@ +../compiler/linux/acme \ No newline at end of file diff --git a/bin/genosine b/bin/genosine new file mode 120000 index 0000000..136425e --- /dev/null +++ b/bin/genosine @@ -0,0 +1 @@ +../genosine/linux/genosine \ No newline at end of file diff --git a/bin/pucrunch b/bin/pucrunch new file mode 120000 index 0000000..b771376 --- /dev/null +++ b/bin/pucrunch @@ -0,0 +1 @@ +../cruncher/linux/pucrunch \ No newline at end of file