aboutsummaryrefslogtreecommitdiff
path: root/hello-world-with-multiple-source-files/README.md
blob: e279105787bdf2ae18fec142fe5047abc6abc62a (about) (plain)
1
2
3
4
5
6
7
8
Build hello.
```
guix build -f make.scm
```
Run it.
```
$(guix build -f make.scm)
```