aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-10 09:20:03 -0300
committerEuAndreh <eu@euandre.org>2021-03-10 14:26:10 -0300
commitc4d4679b1ddfde3f4cc35727e8a5ad92445f746b (patch)
tree876378294f9a4732fba2983f88fec3ebcaf83510 /Makefile
parentRevert change to aux/ci/ci-build.sh (diff)
downloadpackage-repository-c4d4679b1ddfde3f4cc35727e8a5ad92445f746b.tar.gz
package-repository-c4d4679b1ddfde3f4cc35727e8a5ad92445f746b.tar.xz
queue.scm: Add perl-tidy and perl-b-lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dfc5f89..4c97e52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
guix-sources = \
+ src/xyz/euandreh/latest.scm \
src/xyz/euandreh/packages.scm \
src/xyz/euandreh/posix.scm \
- src/xyz/euandreh/latest.scm
+ src/xyz/euandreh/queue.scm \
all:
- for s in $(guix-sources); do guix build -f $$s; done
+ for s in $(guix-sources); do guix build -Lsrc/ -f $$s; done
nix-shell --run ''
refresh: