Added bin folder so tools can be referenced from other projects or PATH
easily.
This commit is contained in:
parent
0325d5d62c
commit
0218a860d1
4 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.vscode/
|
||||
*.log
|
||||
*.log
|
||||
build/
|
||||
|
|
1
bin/acme
Symbolic link
1
bin/acme
Symbolic link
|
@ -0,0 +1 @@
|
|||
../compiler/linux/acme
|
1
bin/genosine
Symbolic link
1
bin/genosine
Symbolic link
|
@ -0,0 +1 @@
|
|||
../genosine/linux/genosine
|
1
bin/pucrunch
Symbolic link
1
bin/pucrunch
Symbolic link
|
@ -0,0 +1 @@
|
|||
../cruncher/linux/pucrunch
|
Loading…
Add table
Reference in a new issue