move assembler out of project dir

This commit is contained in:
2022-07-20 14:38:05 +05:30
parent 9daff2f67d
commit e5d84c9716
12 changed files with 0 additions and 0 deletions

3
assembler/bin/dune Normal file
View File

@@ -0,0 +1,3 @@
(executable
(name assembler)
(libraries hack core core_unix.command_unix))