diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-24 21:40:39 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-24 21:40:39 -0300 |
| commit | 6e690b2694628292b52bac7baa5f8a39a045884c (patch) | |
| tree | c63398d5a8492e726a790208e4d0e52a89998340 /Makefile | |
| parent | scripts/paku: Generate indented code that matches Guix's etc/indent.el (diff) | |
| download | packages-6e690b2694628292b52bac7baa5f8a39a045884c.tar.gz packages-6e690b2694628292b52bac7baa5f8a39a045884c.tar.xz | |
Makefile: build all Guix packages in "all" target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ +guix-sources = \ + src/xyz/euandreh/packages.scm \ + src/xyz/euandreh/posix.scm \ + src/xyz/euandreh/latest.scm + all: - guix build -f src/xyz/euandreh/packages.scm + for s in $(guix-sources); do guix build -f $$s; done nix-shell --run '' refresh: |
