aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2bd04274b666a6ed061bb1495aa6d76fe017474e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# libasm

libasm project of school 42.

## Test

Clone the test [repository](https://github.com/HappyTramp/libasm_test) next to this project folder.

```
.
|- libasm
|- libasm_test
```

```
cd libasm_test
make runbonus
```